Nothing shows up in the terminal when I type my passwordI cannot enter my password in the terminal - can't...
What happened to QGIS 2.x LTR?
Borrowing Characters
How to evaluate the limit where something is raised to a power of x?
How can I be pwned if I'm not registered on the compromised site?
Is there a frame of reference in which I was born before I was conceived?
Reason why dimensional travelling would be restricted
Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?
Giving a talk in my old university, how prominently should I tell students my salary?
I can't die. Who am I?
What type of investment is best suited for a 1-year investment on a down payment?
Why is it "take a leak?"
Real life puzzle: Unknown alphabet or shorthand
Practical reasons to have both a large police force and bounty hunting network?
What is a term for a function that when called repeatedly, has the same effect as calling once?
Did Amazon pay $0 in taxes last year?
How can I handle a player who pre-plans arguments about my rulings on RAW?
Can a space-faring robot still function over a billion years?
Roots of 6th chords on the guitar for different inversions/voicings
When was drinking water recognized as crucial in marathon running?
Is there a full canon version of Tyrion's jackass/honeycomb joke?
If nine coins are tossed, what is the probability that the number of heads is even?
How can I create a Table like this in Latex?
What am I? I am in theaters and computer programs
VAT refund for a conference ticket in Sweden
Nothing shows up in the terminal when I type my password
I cannot enter my password in the terminal - can't install packagesWhy can't I type my password after using a sudo command?I cannot enter my password when using sudo to install Sophos AV for Linuxsudo in the Terminal seems not to accept password inputHow do i put my password in to terminal?When I try to reset my password using root I couldn't typeBeginner installing rpm packageHow do I get past a 'frozen' terminal with a sudo password prompt?Can't Type Password in TerminalHow to use the sudo commandAuthentication token manipulation error when I try to change passwordsudo in the Terminal seems not to accept password inputWhen I run sudo lshw in terminal, it asks for my administrator password, but it won't accept keyboard input when I try to type?How do I get past a 'frozen' terminal with a sudo password prompt?Asks password when trying to install Boot-RepairIssue when running from terminalCan't Type Password in TerminalCan't type passwords in terminalHow can I make stars appear when I type sudo password?Terminal password doesn't work
When I'm about to install a program in the terminal it wants the password:
[sudo] password for xxx:
But when I start to type my password nothing happens. What should I do?
command-line password sudo
add a comment |
When I'm about to install a program in the terminal it wants the password:
[sudo] password for xxx:
But when I start to type my password nothing happens. What should I do?
command-line password sudo
1
Terminal doesn't echo you keyboard's input cause of security reasons, so you're not able to see any character.
– sparkmood
Jul 4 '14 at 9:58
Related (but not a duplicate): What would be the concept behind the password not being echoed on cli
– Eliah Kagan
Aug 14 '17 at 23:04
1
In Lubuntu 17.10 (Artful Aardvark, 32-bit) I had to type my password twice.
– stan
Nov 1 '17 at 7:57
add a comment |
When I'm about to install a program in the terminal it wants the password:
[sudo] password for xxx:
But when I start to type my password nothing happens. What should I do?
command-line password sudo
When I'm about to install a program in the terminal it wants the password:
[sudo] password for xxx:
But when I start to type my password nothing happens. What should I do?
command-line password sudo
command-line password sudo
edited Dec 18 '18 at 16:35
Zanna
50.9k13137241
50.9k13137241
asked Mar 11 '12 at 16:09
LazloinnLazloinn
166123
166123
1
Terminal doesn't echo you keyboard's input cause of security reasons, so you're not able to see any character.
– sparkmood
Jul 4 '14 at 9:58
Related (but not a duplicate): What would be the concept behind the password not being echoed on cli
– Eliah Kagan
Aug 14 '17 at 23:04
1
In Lubuntu 17.10 (Artful Aardvark, 32-bit) I had to type my password twice.
– stan
Nov 1 '17 at 7:57
add a comment |
1
Terminal doesn't echo you keyboard's input cause of security reasons, so you're not able to see any character.
– sparkmood
Jul 4 '14 at 9:58
Related (but not a duplicate): What would be the concept behind the password not being echoed on cli
– Eliah Kagan
Aug 14 '17 at 23:04
1
In Lubuntu 17.10 (Artful Aardvark, 32-bit) I had to type my password twice.
– stan
Nov 1 '17 at 7:57
1
1
Terminal doesn't echo you keyboard's input cause of security reasons, so you're not able to see any character.
– sparkmood
Jul 4 '14 at 9:58
Terminal doesn't echo you keyboard's input cause of security reasons, so you're not able to see any character.
– sparkmood
Jul 4 '14 at 9:58
Related (but not a duplicate): What would be the concept behind the password not being echoed on cli
– Eliah Kagan
Aug 14 '17 at 23:04
Related (but not a duplicate): What would be the concept behind the password not being echoed on cli
– Eliah Kagan
Aug 14 '17 at 23:04
1
1
In Lubuntu 17.10 (Artful Aardvark, 32-bit) I had to type my password twice.
– stan
Nov 1 '17 at 7:57
In Lubuntu 17.10 (Artful Aardvark, 32-bit) I had to type my password twice.
– stan
Nov 1 '17 at 7:57
add a comment |
9 Answers
9
active
oldest
votes
Even though no characters appear when you type your password, you are actually typing your password.
So type password, then hit Enter and see the magic.
add a comment |
For security reasons there is no feedback of passwords given in the terminal. Read the following discussion on reasoning behind this and why this will not be implemented:
- Bug #194472: Entering password in Terminal gives no visual feedback
In this discussion, and also given in the answer to a corresponding question at superuser
Feedback when typing password at a sudo prompt
There is an option to enable password feedback for sudo and only for sudo by editing options in the sudoers file.
Warning: The instructions below are for advanced users only. If something goes wrong when editing the sudoers file, and this file is inaccessible or malformed you will have effectively locked out yourself and any other administrator users of performing any administrative tasks in your system. It is not a good idea to do this on a productive system.
To enable password feedback by asterisks * when running the sudo command we have to edit the sudoers file with
sudo visudo
We then will have to add pwfeedback to the default options as shown below:
Defaults env_reset,pwfeedback
add a comment |
Passwords are hidden so no-one can see over your shoulder when you enter it. It's a security measure.
add a comment |
Password is not shown when you write it in the terminal after the sudo command but it is still read. Is this the case here? i.e. have you tried to give your password and press Enter?
add a comment |
Nothing is supposed to happen, just type the password and hit Enter.
add a comment |
When using the terminal, for security reasons (Like if someone is standing just behind you and has nothing else to do but stare at your screen while you type a password) you will never see your typed password. You are effectively typing it even if you don't see it.
So just type your password and press ENTER

Here I am checking one of my drives. As you can see, it would look like I did not type my password but I indeed have.
add a comment |
For security reasons, characters typed in at the password request prompt are not echoed back to the terminal.
Type your password and hit enter. The characters are there, you just can't see them, that's all.
add a comment |
Don't worry, it is a common and positive behavior.
Because the output of any software can be logged to a permanent storage (like the hard disk) in a format readable by humans, the Linux libraries used by most terminal softwares (in your case the login utility with the PAM system) have a security feature that hides the passwords from the screen: the password is memorized and - if the software is well made - encrypted in memory when you press RETURN but even while typing the output does not arrive to the standard output.
This both prevents passive screen logging and people near you from catching the password. Have a nice day and remember to type quickly, because anyone can still see your physical keyboard! :-)
Important: when you see a password field, insert the root password only if the application is trusted; never publish or save your root password, even if the password field seems secure and does not show any letter.
add a comment |
thanks for the quick feedback. you were all right LOL. I am a total noob at this so apologies for the silly mistake.
New contributor
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f112069%2fnothing-shows-up-in-the-terminal-when-i-type-my-password%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
9 Answers
9
active
oldest
votes
9 Answers
9
active
oldest
votes
active
oldest
votes
active
oldest
votes
Even though no characters appear when you type your password, you are actually typing your password.
So type password, then hit Enter and see the magic.
add a comment |
Even though no characters appear when you type your password, you are actually typing your password.
So type password, then hit Enter and see the magic.
add a comment |
Even though no characters appear when you type your password, you are actually typing your password.
So type password, then hit Enter and see the magic.
Even though no characters appear when you type your password, you are actually typing your password.
So type password, then hit Enter and see the magic.
edited Feb 24 '14 at 4:45
kiri
19.2k1359105
19.2k1359105
answered Apr 23 '12 at 12:27
OrangeTuxOrangeTux
3,59582452
3,59582452
add a comment |
add a comment |
For security reasons there is no feedback of passwords given in the terminal. Read the following discussion on reasoning behind this and why this will not be implemented:
- Bug #194472: Entering password in Terminal gives no visual feedback
In this discussion, and also given in the answer to a corresponding question at superuser
Feedback when typing password at a sudo prompt
There is an option to enable password feedback for sudo and only for sudo by editing options in the sudoers file.
Warning: The instructions below are for advanced users only. If something goes wrong when editing the sudoers file, and this file is inaccessible or malformed you will have effectively locked out yourself and any other administrator users of performing any administrative tasks in your system. It is not a good idea to do this on a productive system.
To enable password feedback by asterisks * when running the sudo command we have to edit the sudoers file with
sudo visudo
We then will have to add pwfeedback to the default options as shown below:
Defaults env_reset,pwfeedback
add a comment |
For security reasons there is no feedback of passwords given in the terminal. Read the following discussion on reasoning behind this and why this will not be implemented:
- Bug #194472: Entering password in Terminal gives no visual feedback
In this discussion, and also given in the answer to a corresponding question at superuser
Feedback when typing password at a sudo prompt
There is an option to enable password feedback for sudo and only for sudo by editing options in the sudoers file.
Warning: The instructions below are for advanced users only. If something goes wrong when editing the sudoers file, and this file is inaccessible or malformed you will have effectively locked out yourself and any other administrator users of performing any administrative tasks in your system. It is not a good idea to do this on a productive system.
To enable password feedback by asterisks * when running the sudo command we have to edit the sudoers file with
sudo visudo
We then will have to add pwfeedback to the default options as shown below:
Defaults env_reset,pwfeedback
add a comment |
For security reasons there is no feedback of passwords given in the terminal. Read the following discussion on reasoning behind this and why this will not be implemented:
- Bug #194472: Entering password in Terminal gives no visual feedback
In this discussion, and also given in the answer to a corresponding question at superuser
Feedback when typing password at a sudo prompt
There is an option to enable password feedback for sudo and only for sudo by editing options in the sudoers file.
Warning: The instructions below are for advanced users only. If something goes wrong when editing the sudoers file, and this file is inaccessible or malformed you will have effectively locked out yourself and any other administrator users of performing any administrative tasks in your system. It is not a good idea to do this on a productive system.
To enable password feedback by asterisks * when running the sudo command we have to edit the sudoers file with
sudo visudo
We then will have to add pwfeedback to the default options as shown below:
Defaults env_reset,pwfeedback
For security reasons there is no feedback of passwords given in the terminal. Read the following discussion on reasoning behind this and why this will not be implemented:
- Bug #194472: Entering password in Terminal gives no visual feedback
In this discussion, and also given in the answer to a corresponding question at superuser
Feedback when typing password at a sudo prompt
There is an option to enable password feedback for sudo and only for sudo by editing options in the sudoers file.
Warning: The instructions below are for advanced users only. If something goes wrong when editing the sudoers file, and this file is inaccessible or malformed you will have effectively locked out yourself and any other administrator users of performing any administrative tasks in your system. It is not a good idea to do this on a productive system.
To enable password feedback by asterisks * when running the sudo command we have to edit the sudoers file with
sudo visudo
We then will have to add pwfeedback to the default options as shown below:
Defaults env_reset,pwfeedback
edited Mar 20 '17 at 10:18
Community♦
1
1
answered Sep 16 '13 at 21:28
TakkatTakkat
108k37249377
108k37249377
add a comment |
add a comment |
Passwords are hidden so no-one can see over your shoulder when you enter it. It's a security measure.
add a comment |
Passwords are hidden so no-one can see over your shoulder when you enter it. It's a security measure.
add a comment |
Passwords are hidden so no-one can see over your shoulder when you enter it. It's a security measure.
Passwords are hidden so no-one can see over your shoulder when you enter it. It's a security measure.
answered Apr 23 '12 at 13:01
TommieTommie
31113
31113
add a comment |
add a comment |
Password is not shown when you write it in the terminal after the sudo command but it is still read. Is this the case here? i.e. have you tried to give your password and press Enter?
add a comment |
Password is not shown when you write it in the terminal after the sudo command but it is still read. Is this the case here? i.e. have you tried to give your password and press Enter?
add a comment |
Password is not shown when you write it in the terminal after the sudo command but it is still read. Is this the case here? i.e. have you tried to give your password and press Enter?
Password is not shown when you write it in the terminal after the sudo command but it is still read. Is this the case here? i.e. have you tried to give your password and press Enter?
edited Jan 19 '13 at 20:27
Aditya
9,353125589
9,353125589
answered Mar 11 '12 at 16:28
Esa MamiaEsa Mamia
1262
1262
add a comment |
add a comment |
Nothing is supposed to happen, just type the password and hit Enter.
add a comment |
Nothing is supposed to happen, just type the password and hit Enter.
add a comment |
Nothing is supposed to happen, just type the password and hit Enter.
Nothing is supposed to happen, just type the password and hit Enter.
edited Jan 19 '13 at 19:11
Aditya
9,353125589
9,353125589
answered Mar 11 '12 at 16:28
mikewhatevermikewhatever
24.1k77086
24.1k77086
add a comment |
add a comment |
When using the terminal, for security reasons (Like if someone is standing just behind you and has nothing else to do but stare at your screen while you type a password) you will never see your typed password. You are effectively typing it even if you don't see it.
So just type your password and press ENTER

Here I am checking one of my drives. As you can see, it would look like I did not type my password but I indeed have.
add a comment |
When using the terminal, for security reasons (Like if someone is standing just behind you and has nothing else to do but stare at your screen while you type a password) you will never see your typed password. You are effectively typing it even if you don't see it.
So just type your password and press ENTER

Here I am checking one of my drives. As you can see, it would look like I did not type my password but I indeed have.
add a comment |
When using the terminal, for security reasons (Like if someone is standing just behind you and has nothing else to do but stare at your screen while you type a password) you will never see your typed password. You are effectively typing it even if you don't see it.
So just type your password and press ENTER

Here I am checking one of my drives. As you can see, it would look like I did not type my password but I indeed have.
When using the terminal, for security reasons (Like if someone is standing just behind you and has nothing else to do but stare at your screen while you type a password) you will never see your typed password. You are effectively typing it even if you don't see it.
So just type your password and press ENTER

Here I am checking one of my drives. As you can see, it would look like I did not type my password but I indeed have.
answered Aug 8 '13 at 13:15
Luis Alvarado♦Luis Alvarado
146k138486654
146k138486654
add a comment |
add a comment |
For security reasons, characters typed in at the password request prompt are not echoed back to the terminal.
Type your password and hit enter. The characters are there, you just can't see them, that's all.
add a comment |
For security reasons, characters typed in at the password request prompt are not echoed back to the terminal.
Type your password and hit enter. The characters are there, you just can't see them, that's all.
add a comment |
For security reasons, characters typed in at the password request prompt are not echoed back to the terminal.
Type your password and hit enter. The characters are there, you just can't see them, that's all.
For security reasons, characters typed in at the password request prompt are not echoed back to the terminal.
Type your password and hit enter. The characters are there, you just can't see them, that's all.
edited Sep 16 '18 at 16:06
NIMISHAN
89331119
89331119
answered Aug 8 '13 at 13:12
JoeJoe
411
411
add a comment |
add a comment |
Don't worry, it is a common and positive behavior.
Because the output of any software can be logged to a permanent storage (like the hard disk) in a format readable by humans, the Linux libraries used by most terminal softwares (in your case the login utility with the PAM system) have a security feature that hides the passwords from the screen: the password is memorized and - if the software is well made - encrypted in memory when you press RETURN but even while typing the output does not arrive to the standard output.
This both prevents passive screen logging and people near you from catching the password. Have a nice day and remember to type quickly, because anyone can still see your physical keyboard! :-)
Important: when you see a password field, insert the root password only if the application is trusted; never publish or save your root password, even if the password field seems secure and does not show any letter.
add a comment |
Don't worry, it is a common and positive behavior.
Because the output of any software can be logged to a permanent storage (like the hard disk) in a format readable by humans, the Linux libraries used by most terminal softwares (in your case the login utility with the PAM system) have a security feature that hides the passwords from the screen: the password is memorized and - if the software is well made - encrypted in memory when you press RETURN but even while typing the output does not arrive to the standard output.
This both prevents passive screen logging and people near you from catching the password. Have a nice day and remember to type quickly, because anyone can still see your physical keyboard! :-)
Important: when you see a password field, insert the root password only if the application is trusted; never publish or save your root password, even if the password field seems secure and does not show any letter.
add a comment |
Don't worry, it is a common and positive behavior.
Because the output of any software can be logged to a permanent storage (like the hard disk) in a format readable by humans, the Linux libraries used by most terminal softwares (in your case the login utility with the PAM system) have a security feature that hides the passwords from the screen: the password is memorized and - if the software is well made - encrypted in memory when you press RETURN but even while typing the output does not arrive to the standard output.
This both prevents passive screen logging and people near you from catching the password. Have a nice day and remember to type quickly, because anyone can still see your physical keyboard! :-)
Important: when you see a password field, insert the root password only if the application is trusted; never publish or save your root password, even if the password field seems secure and does not show any letter.
Don't worry, it is a common and positive behavior.
Because the output of any software can be logged to a permanent storage (like the hard disk) in a format readable by humans, the Linux libraries used by most terminal softwares (in your case the login utility with the PAM system) have a security feature that hides the passwords from the screen: the password is memorized and - if the software is well made - encrypted in memory when you press RETURN but even while typing the output does not arrive to the standard output.
This both prevents passive screen logging and people near you from catching the password. Have a nice day and remember to type quickly, because anyone can still see your physical keyboard! :-)
Important: when you see a password field, insert the root password only if the application is trusted; never publish or save your root password, even if the password field seems secure and does not show any letter.
answered Sep 29 '16 at 18:48
Lorenzo AncoraLorenzo Ancora
2,9251328
2,9251328
add a comment |
add a comment |
thanks for the quick feedback. you were all right LOL. I am a total noob at this so apologies for the silly mistake.
New contributor
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
thanks for the quick feedback. you were all right LOL. I am a total noob at this so apologies for the silly mistake.
New contributor
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
thanks for the quick feedback. you were all right LOL. I am a total noob at this so apologies for the silly mistake.
New contributor
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
thanks for the quick feedback. you were all right LOL. I am a total noob at this so apologies for the silly mistake.
New contributor
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 21 mins ago
Ae1518Ae1518
1
1
New contributor
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ae1518 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f112069%2fnothing-shows-up-in-the-terminal-when-i-type-my-password%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Terminal doesn't echo you keyboard's input cause of security reasons, so you're not able to see any character.
– sparkmood
Jul 4 '14 at 9:58
Related (but not a duplicate): What would be the concept behind the password not being echoed on cli
– Eliah Kagan
Aug 14 '17 at 23:04
1
In Lubuntu 17.10 (Artful Aardvark, 32-bit) I had to type my password twice.
– stan
Nov 1 '17 at 7:57