在設定sshd的時,若想要關閉sshd登入的認證,請修改sshd_config
[root@localhost ~]# vim /etc/ssh/sshd_config 57 # To disable tunneled clear text passwords, change to no here! 58 #PasswordAuthentication yes 59 #PermitEmptyPasswords no 60 PasswordAuthentication no #請把PasswordAuthentication yes 改為no [root@localhost ~]# service sshd restart Stopping sshd: [ OK ] Starting sshd: [ OK ] |
設定完成後在登入就會出現下面的訊息了。
此方式設定完後就無法使用sshd登入,因此大多會設定此方式的都用key登入
若想了解如何使用key登入可參考以下文章
SSH 免密碼登入 http://blog.faq-book.com/?p=1375
PuTTY 免密碼登入 http://blog.faq-book.com/?p=1404
PuTTYgen產生金鑰 (Windows使用) http://blog.faq-book.com/?p=1444
WinSCP使用教學 http://blog.faq-book.com/?p=1483
XShell SSH使用key 連線 http://blog.faq-book.com/?p=2782
評論
此文章尚無評論。