咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
开启ssh后,用jetta登录ssh,登录失败,jetta提示”Server doest not support password auth”.
原因:
ssh默认不支持密码方式验证
解决措施:
修改/etc/ssh/sshd_config文件
把PasswordAuthentication no
修改为:
PasswordAuthentication yes
重启ssh服务即可: /etc/init.d/sshd restart