Help for this page

Select Code to Download


  1. or download this
    print("Username: ");
    $user = <STDIN>;
    ...
    $ssh->login($user,$pass); 
    
    # $ssh is introduced earlier, of course
    
  2. 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.
    
  3. or download this
    #source: 
    
    $ssh->login("root","root_pass");
    
  4. or download this
    $ssh->cmd($curr_cmd); does not work
    $ssh->cmd("ls -l"); DOES work !