| Question:
How do I create a putty private/public key that works with DCSERVER? |
| Answer: |
(1) Firstly open puttygen.
(2) Create a public/private key.
(3) Export to OpenSSH format.
Puttygen will prompt you to save the private key (This saves to your local PC).
You will then see the selected text that can be cut and pasted onto the end of your /root/.ssh/authorized_keys file
Now in puttygen , click on the save private key button. This will save a putty format private key to your PC.
Now with your session config, point the authorized key to the private key you just saved.
Now when you open that session, it will use the key pair to get you access without worrying about entering a password. |
|