====== ssh with putty ====== {{tag> howto }} ===== generate a 4096 bit ssh-2-rsa key===== * download [[http://www.putty.org/|putty]] (installer + associating ppk files makes your life easier but is not a must) * launch puttygen [Win key -> type: puttygen -> enter] * type the name of the key * type the password (if you intend to use it from your phone - maybe less than one bazillion characters) * set: ssh-2-rsa 4096 bit * press generate * save the public key in OpenSSH into a textfile e.g. mykey_OpenSSH.pub (conversions -> export OpenSSH key) * save the public key in ssh.com format e.g. mykey_ssh.com.pub (conversions -> export ssh.com key) ===== setup opening the shack door ===== This assumes you completed [[process:key:key_request]]. * open putty * enter hostname portal.portal * go to connection -> data * enter Auto-login username: open * go to connection -> ssh -> auth * browse for your private key file for authentication (see [[ssh_with_putty#generate_a_4096_bit_ssh-2-rsa_key|generate a 4096 bit ssh-2-rsa key]]) * go back to session (first screen) * Saved Sessions: open shack * press save ===== open the shack door ===== * select "open shack" (see [[ssh_with_putty#setup_opening_the_shack_door|setup opening the shack door]]) * click load * click open * beep ba beep bup * shack is now open and you are the keyholder (see [[process:hausrecht_ausueben|Hausrecht]]) ===== convert an OpenSSH key (from Linux) ===== * launch puttygen [Win key -> type: puttygen -> enter] * conversions -> import key * import your private key * save private key (in putty ppk format)