How come I can't enter my password in PuTTY?

I can connect to my host with PuTTY. But when the PuTTY terminal asks for my password, I am not able to enter any letters.

I reinstalled putty.exe, but the results are the same.

Can anyone help me please?

0

2 Answers

If it just doesn't show anything, this is a security feature of Putty. Type in your password normally and press enter, you should get in.

Putty tries to stop people from knowing how long you password is by not showing it at all in the command prompt. This means that you might think you are unable to enter it, while in reality you are.

4

You might want to search something called 'linux password visual feedback' on Google. It's a built-in setting that is hidden in the linux's visudo. You can enable this and it will show you the visual feedback (asterisk) when typing password.

I use this visual feedback a lot because when I need to paste my long password into the terminal, so that this visual feedback can tell me that I'm actually entered something into the terminal. This visual feedback helps some people in some cases like: "is my keyboard working when typing this password"?

The reason they hide the password field instead of putting some dummy asterisk because they thought hacker could guest 'when' you will enter a password with the visual feedback.

So enabling the above visual feedback have disadvantages where the hacker can guest 'when' you will start enter the password and 'how much character' your password is.

1

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

You Might Also Like