Help for this page

Select Code to Download


  1. or download this
    * identity_files 
    ...
    ...
    and DSA authentication defaults to 
      $ENV{HOME}/.ssh/id_dsa.
    
  2. or download this
    
    my $ssh = Net::SSH::Perl->new(
    ...
        identity_files => ["$ENV{HOME}/.ssh/id_rsa.pub"],
      );