- Generate Key-Pair using PuTTYGen
- Save private key to a safe place.
- Massage the public key into openSSH format by doing the following
- Remove lirst 2 line
- Remove last line
- Join all lines into a single line
- Add 'ssh-rsa ' (remember the trailing space) at the start of the line
- Copy public key to unix ~/.ssh/authorized_keys file or append to the existing file content
- Use PuTTY to select the private key to ssh to the remote server
Monday, February 25, 2013
Setup SSH Private-Public Keys on Unix
Subscribe to:
Posts
(
Atom
)