ssh/keys

Revision as of 06:18, 14 August 2007 by 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...)



(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Use



Retrieved from "http://aboutus.com/index.php?title=ssh/keys&oldid=8859237"