in reply to Handling STDERR when using Net::OpenSSH
my $ssh = Net::OpenSSH->new($remote_host, ssh_cmd => '/usr/local/bin/ssh', user => $user, password => $pass, master_stderr_discard => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Handling STDERR when using Net::OpenSSH
by sittingbull (Initiate) on Oct 14, 2010 at 14:09 UTC | |
|
Re^2: Handling STDERR when using Net::OpenSSH
by Anonymous Monk on May 15, 2018 at 07:35 UTC | |
by Corion (Patriarch) on May 15, 2018 at 07:46 UTC | |
by Anonymous Monk on May 15, 2018 at 07:59 UTC | |
by salva (Canon) on May 22, 2018 at 08:58 UTC | |
by Anonymous Monk on Jun 01, 2018 at 00:44 UTC | |
|