Difference between revisions of "ssh/keys"
Jason Parmer (talk | contribs) (New page: ==Setup== First, you need a public / private keypair, protected with a passphrase. <pre>ssh-keygen -t rsa</pre> This will prompt you for a password, and generate files in ~/.ssh/id_rsa and...) |
m (HowToUseSSHKeys moved to ssh/keys) |
(No difference) | |
Latest revision as of 05:30, 10 January 2008
Setup
First, you need a public / private keypair, protected with a passphrase.
ssh-keygen -t rsa
This will prompt you for a password, and generate files in ~/.ssh/id_rsa and ~/.ssh/id_rsa.pub
