ssh 远程连接时 permission denied
可能存在三种情况:
- 检查并确定密码有没有错误
- 查看用户名是否存在
- 若是登录 root 账户,一般是配置文件中将 root 设置为不允许远程登录.
sshd 的配置文件为 /etc/ssh/sshd_config
.
修改为允许 root 远程登录, 即添加一行 PermitRootLogin yes
.
ssh 远程连接时 permission denied
http://example.com/2022/09/02/ssh-远程连接时-permission-denied/