Difference between revisions of "SSH Key"
Jump to navigation
Jump to search
(Created page with "SSH Keys are a kind of authentication used by a number of services. You can create a new Key-pair by running <code>ssh-keygen</code>. The resulting Key-pair will usually be fo...") |
m (streamlining format) |
||
Line 1: | Line 1: | ||
− | SSH Keys are a kind of authentication used by a number of services. You can create a new Key-pair by running <code>ssh-keygen</code>. The resulting Key-pair will usually be found in <code>~/.ssh/</code> | + | '''SSH Keys''' are a kind of authentication used by a number of services. You can create a new Key-pair by running <code>ssh-keygen</code>. The resulting Key-pair will usually be found in <code>~/.ssh/</code> |
Revision as of 08:10, 15 February 2020
SSH Keys are a kind of authentication used by a number of services. You can create a new Key-pair by running ssh-keygen
. The resulting Key-pair will usually be found in ~/.ssh/