in reply to SSH with Net::SSH::Perl fails "one session per SSH Client"
A quick look at the docs indicates setting the "use_pty => 0" option should prevent Net::SSH::Perl asking for a another channel. It does this by default but only uses it if you want to use the shell functionality. {untested speculation}
If not: Can you actually login using a command line SSH tool? Can you install Net::SSH? If so you should find Net::SSH works for you as it just a thin wrapper over the command line SSH.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SSH with Net::SSH::Perl fails "one session per SSH Client"
by geo_pmonk (Initiate) on May 24, 2008 at 02:26 UTC | |
by tachyon-II (Chaplain) on May 24, 2008 at 02:49 UTC |