Glam Prestige Journal

Bright entertainment trends with youth appeal.

When i try this command in my windows cmd

putty.exe -ssh user1@244.60.212.17 -pw spenter11

It 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 password

Read more about it here:

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy