When i try this command in my windows cmd
putty.exe -ssh user1@244.60.212.17 -pw spenter11It opens the Putty GUI when I want it to login from my windows cmd prompt itself.
Any help how can I achieve this ?
1 Answer
You are not using the right application, the one you want to use instead is plink. putty itself is the terminal window (something like the GUI around plink)
plink.exe user1@server -pw passwordRead more about it here:
2