I have a local windows machine, where I connect to a local linux box through putty, and I will have to login to multiple linux servers using ssh, through sudo.
I was wondering if there was a windows .bat script, that would help me in getting this done.
I normally login to server as follows:
#ssh username@server.hostname.com -v -p2345
#sudo su -
And I was not able to find any links from ServerFault, to get this automated. Not sure if had overlooked or missed some .. :-)
Please let me know if there is anybody who would have done this , and if so how (would appreciate if someone could provide me with the .bat script).
Cheers