= putty = Program to access SSH servers in Windows * https://the.earth.li/~sgtatham/putty/0.70/w64/putty-64bit-0.70-installer.msi == 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