summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-06-14 11:57:15 +0100
committerColin Watson <cjwatson@debian.org>2019-06-21 16:14:04 +0100
commit42519a0f32765726ccd18a14aa6e877413a69662 (patch)
tree642512cd53f5497970975071d30d4ac9bb63c45e /regress/Makefile
parentd38283cc4cba6bf7685a16898a3b9d3a6cecf661 (diff)
Fix interop tests for recent regress changes
A recent regress change (2a9b3a2ce411d16cda9c79ab713c55f65b0ec257 in portable) broke the PuTTY and Twisted Conch interop tests, because the key they want to use is now called ssh-rsa rather than rsa. Fix them. Forwarded: https://bugzilla.mindrot.org/show_bug.cgi?id=3020 Last-Update: 2019-06-14 Patch-Name: fix-interop-tests.patch
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 925edf71a..781400fd0 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -113,8 +113,9 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
113 rsa1 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \ 113 rsa1 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \
114 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ 114 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
115 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ 115 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \
116 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ 116 sftp-server.sh sftp.log ssh-log-wrapper.sh \
117 ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ 117 ssh-rsa_oldfmt \
118 ssh.log ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \
118 ssh_proxy_envpass sshd.log sshd_config sshd_config_minimal \ 119 ssh_proxy_envpass sshd.log sshd_config sshd_config_minimal \
119 sshd_config.orig sshd_proxy sshd_proxy.* sshd_proxy_bak \ 120 sshd_config.orig sshd_proxy sshd_proxy.* sshd_proxy_bak \
120 sshd_proxy_orig t10.out t10.out.pub t12.out t12.out.pub \ 121 sshd_proxy_orig t10.out t10.out.pub t12.out t12.out.pub \