[Ssh-sftp-perl-users] Net::SSH::Perl problem
Brought to you by:
dbrobins
From: Joel L. <Jo...@di...> - 2006-04-21 12:44:56
|
Greetings all, =20 I am trying to use Net::SSH::Perl to execute remote commands on a server via SSH. Unfortunately, it appears that any commands that require arguments will crash the module. For example, if I do "ls" it works fine.. But if I send "ls -l" it will give me this: -------------------------------------------------------- input must be 8 bytes long at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Crypt/DES.pm line 57. -------------------------------------------------------- Does anyone have a fix for this? Thanks!!! ~Joel |