今天大多時(shí)候用的好好的,突然就出現(xiàn)了
sudo: 3 incorrect password attempts
詳情如下:
~$ sudo -i
Sorry, try again.
Sorry, try again.
Sorry, try again.
sudo: 3 incorrect password attempts
希望高手能指點(diǎn)一下這是什么原因?qū)е禄蛘吒嬷幌略\斷的方法。
補(bǔ)充:
http://unix.stackexchange.com/questions/9218/why-does-my-sudo-ask-for-password-only-once-but-evaluate-thrice
鏈接的頁(yè)面和我遇到的情況很相似,也有人進(jìn)行了重現(xiàn)和深入的解答,但是我的英語(yǔ)水平和對(duì)linux理解有限,沒(méi)看明白說(shuō)的是什么,希望看懂的人能高速我一下。
認(rèn)證0級(jí)講師
Did your arm hit the keyboard?
http://serverfault.com/questions/543888/sudo-does-not-prompt-for-password-and-reports-3-incorrect-password-attempts
The prompt indicates that the password was entered incorrectly
I have also encountered this problem and I don’t know how to solve it yet
I have solved it.
Solution:
You need to find a quick machine
Check the file contents in the /etc/pam.d/ folder.
Usually the system-auth-ac or system-auth configuration is unreasonable;
After modification ok
Clear the number of incorrect inputs by your user
Use the command pam_tally2
Study the specific usage yourself