diff options
author | Kamil Dudka <kdudka@redhat.com> | 2016-02-23 10:31:52 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2016-02-23 11:55:18 +0100 |
commit | effa575fc7f028ee71fda16209d3d81af336b730 (patch) | |
tree | 0ce6fb38630c73ac74514a67cb0a4f00c0e7676b /tests/.gitignore | |
parent | 186546f1c5ffa62526bd57deb5b9fd6e68da2a5e (diff) |
tests/sshserver.pl: use RSA instead of DSA for host auth
DSA is no longer supported by OpenSSH 7.0, which causes all SCP/SFTP
test cases to be skipped. Using RSA for host authentication works with
both old and new versions of OpenSSH.
Reported-by: Karlson2k
Closes #676
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 224e1923c..dc45f03a8 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -3,8 +3,8 @@ configurehelp.pm curl_client_key curl_client_key.pub curl_client_knownhosts -curl_host_dsa_key -curl_host_dsa_key.pub +curl_host_rsa_key +curl_host_rsa_key.pub curl_sftp_cmds curl_sftp_config curl_ssh_config |