Hi,
I created a simple automated putty script in Windows to launch and access my Linux boxes. The options are simple to pass; host, uid and password. Is there a way switch to another user from the putty.exe command line?
I would rather configure putty and use putty.exe then use pline.exe and create all the connection information again.
Thanks for your suggestions
I created a simple automated putty script in Windows to launch and access my Linux boxes. The options are simple to pass; host, uid and password. Is there a way switch to another user from the putty.exe command line?
Code:
cd C:\PuTTY start putty.exe -load "hostname" -uid XXXX -pw XXXXX
Thanks for your suggestions
Comment