diff options
author | Colin Watson <cjwatson@debian.org> | 2019-06-14 11:57:15 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-14 12:02:02 +0100 |
commit | 440ef75890c282e75534689cd4e0d3938279b8e0 (patch) | |
tree | 642512cd53f5497970975071d30d4ac9bb63c45e /regress/Makefile | |
parent | 9d4508c5c1d6466c662befcb26aff09f41966102 (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/Makefile | 5 |
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 \ |