diff options
author | Colin Watson <cjwatson@debian.org> | 2018-08-30 01:00:47 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-08-30 01:01:39 +0100 |
commit | 8d7ec0eab1ec3f0836a02c574281e400de45a0ac (patch) | |
tree | f6e224a08c5f2a8a5d2b5916d1ec817baddbfa90 /regress/Makefile | |
parent | 816386e17654ca36834bebbf351419e460fad8f6 (diff) | |
parent | 38966b4afedee3bb57d3b1b0a7df4ff438fb9fd0 (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.
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 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 \ |