This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
creating_an_ssh_shortcut [2019/07/18 23:23] ed |
creating_an_ssh_shortcut [2019/07/19 13:24] (current) ed [Using SSH keys on Linux/macOS] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Using SSH keys on Linux/macOS ====== | ====== Using SSH keys on Linux/macOS ====== | ||
| - | Mac and Linux systems have builtin OpenSSH tools to connect to your server. It is fine to use the command ''ssh -i </path/key.pem> <user@IP>'' , but you can avoid typing it every time by adding the key to an authorisation agent: | + | Mac and Linux systems have builtin OpenSSH tools to connect to your server. It is fine to use the command ''ssh -i </path/key.pem> <user@IP>'' , but you can avoid typing it every time by adding the key to the authorisation agent: |
| ssh-add <key> | ssh-add <key> | ||