in reply to Perl with Net::SSH2, vshell and psexec
Running ssh on a terminal, both STDOUT and STDERR are going to your tty. According to Net::SSH2::Channel, the normal mode is to read STDERR separately. Try calling ext_data('merge') on your channel object.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl with Net::SSH2, vshell and psexec
by t_rex_joe (Sexton) on Feb 10, 2014 at 14:40 UTC |