keyboard-interactive authentication with the ssh2 server failed 的SecureCRT報錯解決


兩種解決方法:

 

一、選定SSH2,選擇Authentication,勾選Password,然后將該選項上移,挪到第一位即可

 

 

或者:

 

二、服務器端修改配置

默認情況/etc/ssh/sshd_config文件為注釋掉的,

#PasswordAuthentication no

改為

PasswordAuthentication yes


#以下視情況修改

#PermitRootLogin = no         

改為

PermitRootLogin = yes          #允許root用戶直接登陸 #不建議root用戶直接登錄,可能會涉及安全問題

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM