Search This Blog

Showing posts with label automate ssh. Show all posts
Showing posts with label automate ssh. Show all posts

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