in reply to Re^3: How to open nested SSH connection using perl
in thread How to open nested SSH connection using perl

I am getting an error with this code -w option is not known option then we try to do

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
    is socat or netcat or some similar program installed on serverA?