mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:23:31 +03:00
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
This commit is contained in:
parent
186546f1c5
commit
effa575fc7
3 changed files with 10 additions and 10 deletions
4
tests/.gitignore
vendored
4
tests/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue