Translations:SSH Keys/2/en: Difference between revisions
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) |
||
Line 1: | Line 1: | ||
To use keys for authentication, we: | To use keys for authentication, we: | ||
*Generate a key pair (Private and Public) | *Generate a key pair (Private and Public) | ||
*Copy the public | *Copy the public key to remote systems we wish to be able to log into, and mark it as an authorized key for that system | ||
*Ensure permissions are set properly | *Ensure permissions are set properly | ||
*Test. | *Test. |
Revision as of 17:02, 25 January 2017
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 mark it as an authorized key for that system
- Ensure permissions are set properly
- Test.