- or download this
~/.ssh2/identification
----------------------
IdKey id_dsa_1024_a
- or download this
~/.ssh2/authorization
----------------------
Key id_dsa_1024_a.pub
- 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\"");
}