關閉sshd的登入密碼認證(PasswordAuthentication)

由 Derek 發表於 八月 24, 2011 / 尚無評論

 

在設定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

 

關於作者

一個半路殺出來的傻小子,憑著一股傻勁努力的學習、嘗試、分享。希望能用自己微薄之力,替IT界和資訊界盡一點心力。單憑一己之力始終還是有限,歡迎和我有相同理念的夥伴一同加入一同努力。

評論

此文章尚無評論。

發表評論

*