RE: [Ssh-sftp-perl-users] Using Net::SSH:Perl login()
Brought to you by:
dbrobins
|
From: Dave R. <au...@ur...> - 2004-02-04 06:12:11
|
On Tue, 3 Feb 2004, Moussavi, Keyvan wrote: > The only error message we observed while we were parsing the file was: > > "input must be 8 bytes long at > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Crypt/DES.pm line 57" > > In fact, this guy shows the same symptoms as us but he's not reading the > passwords from a file: > > http://www.talkaboutprogramming.com/group/comp.lang.perl.moderated/messages/ > 12716.html Is it possible that there's some issue with encodings? Perhaps it's interpreting the file data as UTF-8 for some reason? You can check this with the Encode::is_utf8() sub. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ |