From 5de5f9660245c5626bdbc7afc1528105d32a1d96 Mon Sep 17 00:00:00 2001 From: Hans Date: Thu, 4 Jun 2015 18:12:35 +0200 Subject: ssh: add empty password to the probing ssh_test_lib:openssh_sanity_check/1 This is to give a quick end if the test is run a maskin where it can't log in to the OpenSSH server. --- lib/ssh/test/ssh_test_lib.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh/test/ssh_test_lib.erl') diff --git a/lib/ssh/test/ssh_test_lib.erl b/lib/ssh/test/ssh_test_lib.erl index 8ca05746db..d08afdfb90 100644 --- a/lib/ssh/test/ssh_test_lib.erl +++ b/lib/ssh/test/ssh_test_lib.erl @@ -361,7 +361,7 @@ do_inet_port(Node) -> openssh_sanity_check(Config) -> ssh:start(), - case ssh:connect("localhost", 22, []) of + case ssh:connect("localhost", 22, [{password,""}]) of {ok, Pid} -> ssh:close(Pid), ssh:stop(), -- cgit v1.2.3