dmit默认秘钥登录vps,只是作为个人站长,没啥安全需求完全可以使用密码登录vps.所以网上找资料,改为密码登录.这里记录下操作步骤:
1. 修改 /etc/ssh/sshd_config
去掉PermitRootLogin yes 前面的#注释
2. 修改 PasswordAuthentication no 为PasswordAuthentication yes
找到 #PubkeyAuthentication yes改为PubkeyAuthentication no
3. 还要设置一下/etc/ssh/sshd_config/50-cloud-init.conf文件:
PasswordAuthentication yes
4. 重启ssh
service sshd restart 或者 systemctl restart sshd
如果没有提示错误,就成功了.可以打开ssh客户端使用密码方式链接vps了.秘钥登录的方式也关闭了.
摘自:https://developer.aliyun.com/article/705652
https://www.dmit.io/index.php?rp=%2Fknowledgebase