Translations:SSH Keys/2/en: Difference between revisions

From Alliance Doc
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 PK, you must generate a key pair and install it any systems you intend to connect with.
# 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 17:07, 18 March 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (SSH Keys)
== Generating an SSH Key ==
Using PK requires some initial configuration, but once this is done it is both more secure and more convenient.
To use PK, you must generate a key pair and install the public key on the systems you intend to connect with.

To use PK, you must generate a key pair and install it any systems you intend to connect with.