Download PUTTY : http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.63-installer.exe
- Install PuTTY
- Set the environment variables path for PuTTY: {install dir}/PuTTY
- My Computer --> Right Click --> Properties --> Advanced System Settings --> Environment Variables
- Auto login command:
- plink.exe -ssh <username>@<ip address> -pw <password>
- plink.exe -ssh root@xxx.xxx.xx.xx -pw password
- Auto login and invoke a terminal command:
- plink.exe -ssh <username>@<ip address> -pw <password> "<terminal command>"
- plink.exe -ssh root@xxx.xxx.xx.xx -pw password "nmon -f -s10 -c 360"
For more commands: http://the.earth.li/~sgtatham/putty/0.58/htmldoc/Chapter7.html