简介:本文讲解,XShell只能通过public key方法登陆,修改为password方法登陆(腾讯云)。
重点在于把/etc/ssh/sshd_config这个文件中的PasswordAuthentication no,改成PasswordAuthentication yes就可以了
/etc/ssh/sshd_config
PasswordAuthentication no
PasswordAuthentication yes
输入sudo nano /etc/ssh/sshd_config就可以打开/etc/ssh/sshd_config 然后进行修改,修改完之后,按下ctrl+X就可以退出。
sudo nano /etc/ssh/sshd_config
ctrl+X