Thread

Posted on Tue Feb 6 16:48:38 2007 by crashedmatt
Simple program hangs at Doing challenge response authentication...
I think the issue is the device I'm trying to connect to may have a modified ssh binary, it's a cyclades appliance (linux 2.2.14 variant). The script works on an actual linux server running SSH-2.0-OpenSSH_3.6.1p2, however the appliance is running SSH-1.99-OpenSSH_3.8.1p1. hostname: Doing challenge response authentication. Password: (This is where it hangs, if any input is passed it returns) input must be 8 bytes long at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Crypt/DES.pm line 57, [STDIN] line 1.
Direct Responses: 5727 | Write a response
Posted on Mon Jul 16 12:25:07 2007 by yunshu in response to 4255
Re: Simple program hangs at Doing challenge response authentication...
There is a same problem in my code,I wrote a letter to the module's author,but there is no response.I think maybe we can use expect and Net::SSH::Perl in the same time to resolv this problem,but I don't know how to do it.
Write a response