原因是因为WSL的ssh默认没有开启密码登录
设置SSH账号密码
sudo passwd *登录账户*
修改 /etc/ssh/sshd_config
PasswordAuthentication yes
重启sshd
sudo servcie ssh restart
原因是因为WSL的ssh默认没有开启密码登录
设置SSH账号密码
sudo passwd *登录账户*
修改 /etc/ssh/sshd_config
PasswordAuthentication yes
重启sshd
sudo servcie ssh restart