2006-01-05

Password-less Encrypted Connections with OpenSSH

I just created a new OpenSSH keypair today. Now, I've found a new post on the subject over on LXer. Setting up your own SSH keys is as easy as "ssh-keygen -t dsa", but don't do what I did. Don't forget to put the contents of your id_dsa.pub file into ~/.ssh/authorized_keys (or ~/.ssh/authorized_keys2 if you feel like breaking compatibility).

No comments: