輸入密碼之后沒有跳轉到下一頁面,而是報錯:Permission denied, please try again authentication failed
報錯原因:並不是root密碼的錯誤,也不需要更改passwd
需要修改的地方是:/etc/ssh/sshd_config
將文件中PasswordAuthentication設成yes 即將#PasswordAuthentication yes 的注釋去掉
此外,重啟sshd才能生效,不然不具備效果
輸入密碼之后沒有跳轉到下一頁面,而是報錯:Permission denied, please try again authentication failed
報錯原因:並不是root密碼的錯誤,也不需要更改passwd
需要修改的地方是:/etc/ssh/sshd_config
將文件中PasswordAuthentication設成yes 即將#PasswordAuthentication yes 的注釋去掉
此外,重啟sshd才能生效,不然不具備效果
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。