今天大多時候用的好好的,突然就出現了
sudo: 3 incorrect password attempts
詳情如下:
~$ sudo -i
Sorry, try again.
Sorry, try again.
Sorry, try again.
sudo: 3 incorrect password attempts
希望高手能指點一下這是什麼原因導致或者告知一下診斷的方法。
補充:
http://unix.stackexchange.com/questions/9218/why-does-my-sudo-ask-for-password-only-once-but-evaluate-thrice
鏈接的頁麵和我遇到的情況很相似,也有人進行了重現和深入的解答,但是我的英語水平和對linux理解有限,沒看明白說的是什麼,希望看懂的人能高速我一下。
天蓬老师2017-04-21 11:19:09
手臂壓到鍵盤了?
http://serverfault.com/questions/543888/sudo-does-not-prompt-for-password-and-reports-3-incorrect-password-attempts
伊谢尔伦2017-04-21 11:19:09
我也遇到這個問題了,暫時也不知道怎麼解決
我已經解決了。
解決方法:
你找一台趕緊的機器
對照一下/etc/pam.d/資料夾下的文件內容。
通常是system-auth-ac或system-auth配置的不合理;
修改ok之後
清空你使用者錯誤輸入次數
使用指令pam_tally2
具體用法自己研究一下