aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_to_openssh_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-03-20 10:06:39 +0100
committerHans Nilsson <[email protected]>2017-03-20 10:06:39 +0100
commit748c2d938d309940b8365ed4f6af863b8129c5bf (patch)
treedd61988d4886499ac53bda6df1efa7bf5f1af079 /lib/ssh/test/ssh_to_openssh_SUITE.erl
parent2cc47f22e4cb775422a6a7fb1b94836e7cf51143 (diff)
parent304e2939256d2d1d8e3ef7ccf66b3ce058b04d44 (diff)
downloadotp-748c2d938d309940b8365ed4f6af863b8129c5bf.tar.gz
otp-748c2d938d309940b8365ed4f6af863b8129c5bf.tar.bz2
otp-748c2d938d309940b8365ed4f6af863b8129c5bf.zip
Merge branch 'hans/ssh/remove_option__public_key_alg/OTP-14263'
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_to_openssh_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl
index 687e6efaf3..7eda009552 100644
--- a/lib/ssh/test/ssh_to_openssh_SUITE.erl
+++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl
@@ -333,7 +333,7 @@ erlang_client_openssh_server_publickey_rsa(Config) when is_list(Config) ->
[{_,_, not_encrypted}] ->
ConnectionRef =
ssh_test_lib:connect(?SSH_DEFAULT_PORT,
- [{public_key_alg, ssh_rsa},
+ [{pref_public_key_algs, ['ssh-rsa','ssh-dss']},
{user_interaction, false},
silently_accept_hosts]),
{ok, Channel} =
@@ -354,7 +354,7 @@ erlang_client_openssh_server_publickey_dsa() ->
erlang_client_openssh_server_publickey_dsa(Config) when is_list(Config) ->
ConnectionRef =
ssh_test_lib:connect(?SSH_DEFAULT_PORT,
- [{public_key_alg, ssh_dsa},
+ [{pref_public_key_algs, ['ssh-dss','ssh-rsa']},
{user_interaction, false},
silently_accept_hosts]),
{ok, Channel} =