Translations:SSH Keys/2/en

From Alliance Doc
Revision as of 19:34, 17 April 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to navigation Jump to search

To use keys for authentication, we:

  • Generate a key pair (private and public)
  • Copy the public key to remote systems we wish to be able to log into and add it to the desired user's authorized_keys file (see using ssh keys in linux)
  • Ensure permissions are set properly, as described in using ssh keys in linux
  • Test.