公司一直是用ssh无密码登入设备,今天给客户开下设备权限,客户登入不让输入密码: 解决方法: 编辑 /etc/ssh/sshd_config,把 PasswordAuthentication no 改成yes 重启sshd:service sshd restart 解决 转载于:https://blog.51cto.com/fantefei/1688099