summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-08-30 00:58:56 +0100
committerColin Watson <cjwatson@debian.org>2018-08-30 00:58:56 +0100
commit38966b4afedee3bb57d3b1b0a7df4ff438fb9fd0 (patch)
tree589f791b5e4ae2804ea3f8f8bc54a59abe8fe07f /regress/Makefile
parent16a47fc4b04977a14f44dd433c8da1499fa80671 (diff)
Work around conch interoperability failure
Twisted Conch fails to read private keys in the new format (https://twistedmatrix.com/trac/ticket/9515). Work around this until it can be fixed in Twisted. Forwarded: not-needed Last-Update: 2018-08-30 Patch-Name: conch-old-privkey-format.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 647b4a049..6e462a4f6 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -110,8 +110,9 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
110 modpipe netcat no_identity_config \ 110 modpipe netcat no_identity_config \
111 pidfile putty.rsa2 ready regress.log \ 111 pidfile putty.rsa2 ready regress.log \
112 remote_pid revoked-* rsa rsa-agent rsa-agent.pub rsa.pub \ 112 remote_pid revoked-* rsa rsa-agent rsa-agent.pub rsa.pub \
113 rsa1 rsa1-agent rsa1-agent.pub rsa1.pub rsa_ssh2_cr.prv \ 113 rsa1 rsa1-agent rsa1-agent.pub rsa1.pub \
114 rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \ 114 rsa_oldfmt rsa_oldfmt.pub \
115 rsa_ssh2_cr.prv rsa_ssh2_crnl.prv scp-ssh-wrapper.exe \
115 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \ 116 scp-ssh-wrapper.scp setuid-allowed sftp-server.log \
116 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \ 117 sftp-server.sh sftp.log ssh-log-wrapper.sh ssh.log \
117 ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \ 118 ssh_config ssh_config.* ssh_proxy ssh_proxy_bak \