The following is a how to on getting putty set up putty on a Win XP box to enable you use an RSA (or DSA) private/public key pair to connect to a linux server over SSH.
- Generate your keys on the linux server to which you want to connect.
- SSH to your server
- go to your home directory .ssh/
- Enter the following command to generate the key pair:
- # ssh-keygen -t rsa
- Enter a passphrase for your keys
This will → Continue reading “Setting Up SSH Keys to Connect from Windows to a Linux Server with Putty”