Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    # run arbitrary commands, like
    $ssh->exec("ls -l /");
    
  2. or download this
    SSHAuthenticationError Login timed out. The input stream currently has
    + the contents bellow: Warning: Permanently added '<IP_ADDRESS>' (RSA)
    + to the list of known hosts.
     at /usr/local/share/perl/5.10.1/Expect.pm line 828.
    
  3. or download this
    # Bypass SSH key checking
    Host *
       StrictHostKeyChecking no
       UserKnownHostsFile=/dev/null