Putty is the virtual ssh terminal under with windows.
Download putty-sshgen
Run putty-sshgen & generate keys
Go to the putty configuration for the session you want to be passwordless.
Add an entry for the ssh private key
Session->Auth->
Login to your linux/bsd server
Add to ~/.ssh/authorized_keys the public key in the following fashion
- add a blank line
- add "ssh-rsa" with a blank space
- add the putty-sshgen public key, without the dashes, and all on one line.
ssh-rsa 3NzaC1yc2EAAAAA--- RANDOM CRAP HERE ---aC1yc2EAA=
No comments:
Post a Comment