aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-05-17 15:20:04 +0200
committerHans Nilsson <[email protected]>2017-05-17 15:20:04 +0200
commit37fa1e9a948a1902e2484f7f15d418136284f97f (patch)
tree59a76e310daa368820e60f0aca86faf9bd07918c /lib/ssh/test
parent21505aa6ccb27a533d814e83131c2961d47ba8ed (diff)
parent4d7ff0a8169141d18335638cf7c6e48d4c18cdf2 (diff)
downloadotp-37fa1e9a948a1902e2484f7f15d418136284f97f.tar.gz
otp-37fa1e9a948a1902e2484f7f15d418136284f97f.tar.bz2
otp-37fa1e9a948a1902e2484f7f15d418136284f97f.zip
Merge branch 'hans/ssh/ext-info_bug_fixes'
Diffstat (limited to 'lib/ssh/test')
-rw-r--r--lib/ssh/test/ssh_basic_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl
index 1e591bc295..62e2a585e4 100644
--- a/lib/ssh/test/ssh_basic_SUITE.erl
+++ b/lib/ssh/test/ssh_basic_SUITE.erl
@@ -612,7 +612,7 @@ exec_key_differs(Config, UserPKAlgs) ->
{_Pid, _Host, Port} = ssh_test_lib:daemon([{system_dir, SystemDir},
{user_dir, SystemUserDir},
{preferred_algorithms,
- [{public_key,['ssh-rsa']}]}]),
+ [{public_key,['ssh-rsa'|UserPKAlgs]}]}]),
ct:sleep(500),
IO = ssh_test_lib:start_io_server(),