Translations:SSH Keys/2/en
Jump to navigation
Jump to search
To use keys for authentication, you must:
- Generate a key pair (private key and public key).
- Copy the public key to remote servers you want to log in to and add it to your
.ssh/authorized_keys
file (see using SSH keys in Linux). - Ensure permissions are set properly, as described in using SSH keys in Linux.
- Test.