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);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to open nested SSH connection using perl
by salva (Canon) on Jul 14, 2015 at 07:03 UTC |