Translations:SSH Keys/2/en

From Alliance Doc
Revision as of 15:50, 30 September 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to navigation Jump to search

To use keys for authentication, you must:

  1. Generate a key pair (private key and public key).
  2. 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).
  3. Ensure permissions are set properly, as described in using SSH keys in Linux.
  4. Test.