putty
Program to access SSH servers in Windows
Generate key pair
- Use puttygen and save the shown pub key to a key.pub file. Also store the private key in a file.
Connect to host where the public key is in ~/.ssh/authorized_keys
- putty -i priv.ppk userx@hostx -P 1234