# Ubuntu 允许密码登陆

# 1. 通过 ssh 登陆到 Ubuntu 服务器

# 2. 编辑/etc/ssh/sshd_config 文件

sudo vi /etc/ssh/sshd_config

# 3. 将 PasswordAuthentication no 改为

PasswordAuthentication yes

# 4. 重启 ssh 服务

sudo service ssh restart
Last Updated: 2022/12/6 19:12:09