cc_staff
11
edits
No edit summary |
|||
Line 35: | Line 35: | ||
<!--T:14--> | <!--T:14--> | ||
You should ideally generate a key pair on your own system | You should ideally generate a key pair on your own system, or a system you believe to be secure. | ||
The private part of the key pair should never be shared or copied on another computer, as is the case with any password. | The private part of the key pair should never be shared or copied on another computer, as is the case with any password. | ||
<!--T:15--> | <!--T:15--> | ||
When generating a key pair, you will be prompted | When generating a key pair, you will be prompted for a "passphrase". This is a string that is used to encrypt the private key. | ||
You should '''provide a strong passphrase''' that is memorable, and is not a password. This passphrase offers protection | You should '''provide a strong passphrase''' that is memorable, and is not a password. This passphrase offers protection | ||
if the private key file is stolen. | if the private key file is stolen. |