Translations:Using SSH keys in Linux/16/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(No difference)
|
Revision as of 19:34, 22 November 2019
The simplest, safest way to install a key to a remote system is using the ssh-copy-id command:
ssh-copy-id -i mynewkey graham.computecanada.ca:
This assumes that the new keypair is named "mynewkey" and "mynewkey.pub", and that your username on the remote machine is the same as your local username.