公司一直是用ssh無密碼登入裝置,今天給客戶開下裝置權限,客戶登入不讓輸入密碼:

解決方法:
編輯 /etc/ssh/sshd_config,把 PasswordAuthentication no 改成yes
重新開機sshd:service sshd restart
公司一直是用ssh無密碼登入裝置,今天給客戶開下裝置權限,客戶登入不讓輸入密碼:
解決方法:
編輯 /etc/ssh/sshd_config,把 PasswordAuthentication no 改成yes
重新開機sshd:service sshd restart