1,221
edits
No edit summary |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
=Creating a Key Pair= | |||
To create a key pair use the <code>ssh-keygen</code> command. Before running the command check to see if you might already have a key pair. Keys are located in the <code>.ssh/</code> directory in your home directory. The default key names are <code>id_rsa</code> for the private key and <code>id_rsa.pub</code> for the public key. The command | |||
ssh-keygen -b 2048 -t rsa | ssh-keygen -b 2048 -t rsa |
edits