Private/Public Key Authentication: Difference between revisions

From TRACC Wiki
Jump to navigation Jump to search
Ley (talk | contribs)
Created page with "==Creating a Private/Public Key Pair=="
 
Ley (talk | contribs)
Line 1: Line 1:
==Creating a Private/Public Key Pair==
==Creating a Private/Public Key Pair==
If you have never use public key authentication before, you will have to start by creating a key pair. Once the key pair is created, you need to keep the private key in a safe location. Never upload the private key, and never send it by Email. Whoever has your private key can use it to try logging in to ARROW. So, treat the private key as a secret at all times.
The easiest way to prepare a key pair is the use of "puttygen", part of the "putty" software on Windows. Pressing the Windows Key together with R will open a window where you enter "puttygen". Once you press "Ok", the software opens up:
* image1

Revision as of 19:26, March 25, 2026

Creating a Private/Public Key Pair

If you have never use public key authentication before, you will have to start by creating a key pair. Once the key pair is created, you need to keep the private key in a safe location. Never upload the private key, and never send it by Email. Whoever has your private key can use it to try logging in to ARROW. So, treat the private key as a secret at all times.

The easiest way to prepare a key pair is the use of "puttygen", part of the "putty" software on Windows. Pressing the Windows Key together with R will open a window where you enter "puttygen". Once you press "Ok", the software opens up:

  • image1