in reply to Re: Net::SSH::Perl pty problem with SSH2?
in thread Net::SSH::Perl pty problem with SSH2? SOLVED
Taking the -t off of machineB's ssh will cause the error to occur.$ ssh -2 -t machineB "ssh -2 -t userC@machineC uname -a" usrB@machineB's password: Password: Mon Dec 22 16:34:45 CST 2008 Connection to machineC closed. Connection to machineB closed.
I would think that we should be able to make Net::SSH::Perl do the same thing, shouldn't we?
-Craig
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::SSH::Perl pty problem with SSH2?
by syphilis (Archbishop) on Dec 24, 2008 at 00:22 UTC | |
|
Re^3: Net::SSH::Perl pty problem with SSH2?
by Bloodnok (Vicar) on Dec 23, 2008 at 23:10 UTC |