Category: Laptop
For some versions of Putty it’s as simple as:
putty.exe root@example.com -pw mypasswordforexamplecom
For those using Windows, you can simply create a shortcut and pass in those parameters. For example:
- Create a shortcut on desktop to putty.exe
- Rename the shortcut to “PuTTY – example.com”
- Right-click shortcut and choose Properties
- Modify the target similar to: “C:\Program Files\PuTTY\putty.exe”
user@example.com -pw password
- You can also use IP Address of host in place of domain host name
- Click OK
Otherwise, you need to use a public key as explained here : “Creating and Copying Your Key-Pair in PuTTY SSH Client”.