Help for this page

Select Code to Download


  1. or download this
          ~/.ssh2/identification
          ----------------------
          IdKey id_dsa_1024_a
    
  2. or download this
          ~/.ssh2/authorization
          ----------------------
          Key id_dsa_1024_a.pub
    
  3. or download this
    #!/usr/bin/perl
    #
    ...
            system ("scp $ENV{HOME}/$ssh_dir/$default_key $remote_host:$ss
    +h_dir/${username}_${hostname}_dsa_1024.pub");
            system ("ssh $remote_host \"echo 'Key ${username}_${hostname}_
    +dsa_1024.pub' >> $ssh_dir/$ssh_authfile\"");
    }