SSH Keys
Last updated
Last updated
SSH keys contain 2 pieces, a public key and a private key.
The public key is installed on whatever hardware you wish to SSH into. The private key is installed on the machine you will SSH from.
Public Keys allow the user with the private key to SSH into the machine
SSH into the server and run the below command to elevate to Root user, input the password you used to log in
Run the below commands
Log into the server as an administrator
Open Powershell as administrator and run the below command
The private key is used to SSH into servers configured with the public key
SSH into the server and SU into the Root account
Run the below commands
In the text editor, copy and paste the contents of the Private Key and save
Run the below commands to make the key usable
Log into the server as an administrator
Open Powershell as administrator and run the below command, putting the contents of the private key between the " "
Run the below command to output the private key into the keystore