in reply to Re^3: How to open nested SSH connection using perl
in thread How to open nested SSH connection using perl
my $sshB = Net::OpenSSH->new($serverB, user => $userB, password => $passwordB, proxy_command => $proxy_command);
The error is:
ssh: illegal option -- W usage: ssh -1246AaCfgkMNnqsTtVvXxY -b bind_address -c cipher_spec [-D bind_address:port] -e escape_char -F configfile -i identity_file [-L bind_address:port:host:hostport] -l login_name -m mac_spec -O ctl_cmd -o option -p port [-R bind_address:port:host:hostport] -S ctl_path [-w local_tun:remote_tun] user@hostname command ssh_exchange_identification: Connection closed by remote host
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to open nested SSH connection using perl
by salva (Canon) on Jul 13, 2015 at 13:10 UTC |