in reply to Net::OpenSSH -T option
Once you a have Net::OpenSSH object connected to the remote host, you can run remote commands without a tty using the tty flag:
$ssh->system({tty => 0}, 'ls -l');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::OpenSSH -T option
by kwolfte (Initiate) on Aug 12, 2013 at 22:02 UTC |