Translations:SSH Keys/2/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
To use keys for authentication, you must: | 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 <code>.ssh/authorized_keys</code> file (see [[Using_SSH_keys_in_Linux|using SSH keys in Linux]]). | |||
# Ensure permissions are set properly, as described in [[Using_SSH_keys_in_Linux|using SSH keys in Linux]]. | |||
# Test. |
Revision as of 15:50, 30 September 2020
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.