Entries for label: ssh

Found 1 entry.

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 (2 years, 2 months ago)