For some versions of PuTTY, it’s as simple as one of:
putty.exe mylogin@somewhere.com -pw mypassword
putty.exe somewhere.com -l mylogin -pw mypassword
If you want to connect using SSH, use this:
putty.exe -ssh root@somewhere.com -pw mypasswordforsomewherecom
For those using Windows, you can simply create a shortcut and pass in these parameters.
For example:
- Create a shortcut on the desktop to putty.exe
- Rename the shortcut to
PuTTY - server.com
- Right-click shortcut and choose Properties
- Modify the target similar to:
"C:\Program Files\PuTTY\putty.exe" user@server.com -pw password
- Click OK