- or download this
print("Username: ");
$user = <STDIN>;
...
$ssh->login($user,$pass);
# $ssh is introduced earlier, of course
- or download this
input must be 8 bytes long at /usr/lib/perl5/site_perl/5.8.0/i386-linu
+x-thread-multi/Crypt/DES.pm line 57.
- or download this
#source:
$ssh->login("root","root_pass");
- or download this
$ssh->cmd($curr_cmd); does not work
$ssh->cmd("ls -l"); DOES work !