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

From Alliance Doc
Jump to navigation Jump to search
m (FuzzyBot moved page Translations:Ssh keys/2/en to Translations:SSH Keys/2/en without leaving a redirect: Part of translatable page "Ssh keys".)
(Importing a new version from external source)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
To use keys for authentication, we:
== Generating an SSH Key ==
*Generate a key pair (Private and Public)
Using PK requires some initial configuration, but once this is done it is both more secure and more convenient.
*Copy the public keys to remote sites we wish to be able to login to, and mark it as an authorized key for that system
To use PK, you must generate a key pair and install the public key on the systems you intend to connect with.
*Ensure permissions are set properly
*Test.

Latest revision as of 17:49, 24 October 2023

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.

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.