[Ssh-sftp-perl-users] Perl SSH 1 in wondows
Brought to you by:
dbrobins
From: apentony <ape...@op...> - 2006-05-24 05:08:21
|
Hi I'm trying to write a very simple perl ssh program to telnet to a Cisco router on my home network which only supports SSH version 1 which I cant upgrade also I only have Windows XP I know this script is far too simple for most of you expert list users however I have to start some where I've trolled through the previous Archives and get the feeling that the SSH win32's a bit flaky, has anybody got it to work or should I just give up on it I've tried a couple of variations of SSH1.LIB with no success is there a new one out recently I've kept the script ad simple as possible until I get rid of the error message use Net::SSH::Perl::SSH1; $host=('192.168.0.12'); print ($host); my $ssh = Net::SSH::Perl->new($host, protocol => 1); print ($ssh); C:\perl\eg>perl ssh.pl Can't locate object method "blocking" via package "IO::Handle" at C:/perl/lib/Net/SSH/Perl.pm line 212, <GEN0> line 1. 192.168.0.12 Network Consultant CCIE 2846 Off the keyboard..to the switch..bouncing off the proxy server..though the firewall..past the Multi function router..nothin but net! |