Howto use Pageant and Putty
For those of you who already use PuTTY: Here’s a little improvement that’s surprisingly little known. Probably because it is very hard to explain. But I’ll try.
Here is how you can avoid starting programs, entering login information or indeed typing passwords when you use PuTTY:
- Download Putty installer from the PuTTY Download Page. Make sure to grab the “Installer”
- Install Putty
- Start PuttyGen from Start -> PuTTY-> PuttyGen
- Generate a new key and save it as a .ppk file without a passphrase
- Use Putty to login to the server you want to connect to
- Append the Public Key text from PuttyGen to the text of
~/.ssh/authorized_keys
- Create a shortcut to your .ppk file from Start -> Putty to Start -> Startup
- Select the .ppk shortcut from the Startup menu (this will happen automatically at every startup)
- See the Pageant icon in the system tray? Right-click it and select “New session”
- Enter
username@hostname
in the “Host name” field - You will now log in automatically.
This process is a bit hard to explain, so I have made a short video that explains it:
In order to streamline things even more, notice how Saved sessions show up under the Pageant icon in your system tray.
Posted in English, Technology, video
7 Comments