in reply to Re^4: Net::SSH::Perl ConnectTimeout (ssh -o option)
in thread Net::SSH::Perl ConnectTimeout (ssh -o option)
I'm using following code to logon to target server:sourceserver: Trying password authentication. to sourceserver: Login completed, opening dummy shell channel. (please no +te this obtained from a successful login attempt, without timeout) Taking too long to complete. Timed out after 60 seconds.
Is there other option I could use to debug this further? Thanks.$ssh = Net::SSH::Perl->new($server, debug => 15, options=> [ "UserKnownHostsFile /usr/local/apps/.ssh/known_hosts"]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Net::SSH::Perl ConnectTimeout (ssh -o option)
by salva (Canon) on Jan 22, 2015 at 21:03 UTC |