Re: Net::SSH::Perl log in

2008-03-15 Thread Chas. Owens
On Fri, Mar 14, 2008 at 2:50 PM, Pat Rice <[EMAIL PROTECTED]> wrote: snip > localhost.localdomain: Sent key-exchange init (KEXINIT), wait response. > No matching cipher found: client 3des-cbc,blowfish-cbc,arcfour server > aes256-cbc,aes128-cbc at /usr/lib/perl5/site_perl/5.8.5/Net/SSH/Perl/SSH2.

Net::SSH::Perl log in

2008-03-14 Thread Pat Rice
Hi all I'm trying to do the following as a test to get perl to log in to an ssh server. Before anyone asks the password has been changed, but was correct for log in. Code below Thanks in advance. Pat 1 #!/usr/bin/perl 2 use Net::SSH::Perl; 3 4 $scon = Net::SSH::Perl->new