SSH Tips

Creating a key:

 $ cd ~/.ssh/
 $ ssh-keygen                            # puts it in id_dsa[.pub]
 $ ssh-keygen -t dsa
 $ ssh-keygen -t dsa -f id_dsa_othername

Note, -t dsa is the default.

(Ends)

Labels: ssh

Inserted: 2009-12-08 04:51 (7 months, 3 weeks ago)

Your Comment