This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:ssh_keys [2011/12/13 13:02] gcooper |
computing:linux:ssh_keys [2017/01/28 12:33] (current) gcooper |
||
---|---|---|---|
Line 21: | Line 21: | ||
If SSH is on a non-standard port: | If SSH is on a non-standard port: | ||
+ | < | ||
+ | ssh-copy-id -p 2222 user@remote.host.name | ||
+ | </ | ||
+ | or: | ||
< | < | ||
cat ~/ | cat ~/ | ||
Line 30: | Line 34: | ||
< | < | ||
- | ssh-keygen -t dsa | + | ssh-keygen -t rsa |
</ | </ | ||
You probably want to just hit enter at the passphrase prompt. | You probably want to just hit enter at the passphrase prompt. |