Search This Blog

Friday, January 9, 2015

Putty Auto Login Through Batch



Unix Terminal can easily be accessed by a batch file instead of doing it by putty(tradition repeated way ).


Use below in a batch file

start <putty.exe path> <unixhostname> -l username -pw password

Example:

start C:\putty.exe jmksrv.uk.mm -l uname1 -pw pass@12345


No comments:

Post a Comment