From 7069ebf67ea417fa5b5cc13d83aa23db92c751eb Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Wed, 18 May 2011 15:56:53 +0200 Subject: Make ssh proxy work with older versions of ssh --- erts/epmd/test/epmd_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/epmd/test/epmd_SUITE.erl b/erts/epmd/test/epmd_SUITE.erl index 27de129e62..6889ec0b34 100644 --- a/erts/epmd/test/epmd_SUITE.erl +++ b/erts/epmd/test/epmd_SUITE.erl @@ -905,7 +905,7 @@ proxy_port() -> ssh_proxy(SSHHost,ProxyPort) -> ?line Host = lists:nth(2,string:tokens(atom_to_list(node()),"@")), % Requires proxy to be a unix host with the command 'read' accessible - ?line osrun("ssh -L localhost:"++integer_to_list(ProxyPort)++":"++Host++":" + ?line osrun("ssh -L "++integer_to_list(ProxyPort)++":"++Host++":" ++integer_to_list(?PORT)++" "++SSHHost++" read"). -- cgit v1.2.3