Create an SSH Auto Login Shortcut for PuTTY [How to]
PuTTY supports ssh autologin with its command line parameters. Here’s how you can create a desktop shortcut to automatically login, with password, to a ssh server using PuTTY.

- Download PuTTY.
- Right click on desktop and choose New > Shortcut
- Click Browse, navigate to and choose putty.exe
- Append the location with the PuTTY command line parameters for ssh auto login as shown below:
C:\putty.exe –ssh -pw <your password> <your username>@<server name/IP>
For example:
C:\putty.exe –ssh –pw mypassword uberullu@10.203.241.200
It should look something like this:
- Choose Next and Finish.
Done. :) Just double click on the shortcut to login to the server. This kind of PuTTY autologin is supported only for ssh and not for telnet. One drawback is that your password is in plain text and visible. If you wish to hide your password, you can create a private key using PuTTYgen. The steps are explained very nicely in a video tutorial at blindhog.net.




October 25, 2010 - 1:43 am
Thanks alot!
The other google results did not work for me but this one did! :)
October 26, 2010 - 5:36 pm
:) I’m glad you were able to make it work. :D
August 3, 2011 - 7:19 pm
Outstanding!!
August 12, 2011 - 11:27 pm
Hi! How change default character set to utf8?
January 6, 2012 - 4:21 pm
How about a different port number ? i cannot use -p in this shortcut :(