knaqa has asked for the wisdom of the Perl Monks concerning the following question:
: Sent key-exchange init (KEXINIT), wait response. : Algorithms, c->s: 3des-cbc hmac-sha1 none : Algorithms, s->c: 3des-cbc hmac-sha1 none
I have checked the routers to make sure that i can SSH2 to them and I can. Also i have reloaded the newest Net::SSH::Perl. Any suggestions would be great.
Here is the code that i am using...
my $ssh = Net::SSH::Perl->new($GO, debug=>1, protocol=>2); $ssh->login($username, $passwd); ($stdout, $stderr, $exit) = $ssh->cmd("show configuration interfaces a +t-0/0/1.1");
Edit: g0n - inserted formatting tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SSH2 Hangs
by salva (Canon) on Mar 29, 2007 at 16:24 UTC | |
by knaqa (Initiate) on Mar 30, 2007 at 14:37 UTC | |
by salva (Canon) on Mar 30, 2007 at 15:29 UTC |