skip to content
shipanjodder.com

Setup PuTTY auto login with a password

Updated:

Connect via CMD or PowerShell

putty.exe username@hostname/ip -pw userpassword

or

putty.exe hostname/ip -l username -pw userpassword

Create a shortcut

  1. Create a shortcut on the Desktop to putty.exe
  2. Rename the shortcut to PuTTY - server.com
  3. Right-click shortcut and choose Properties
  4. Modify the target similar to:
C:\Program Files\PuTTY\putty.exe user@hostname/ip -pw password
Screenshot
  1. Click OK
  2. Run the shortcut on Desktop .