ssh 远程连接时 permission denied

可能存在三种情况:

  1. 检查并确定密码有没有错误
  2. 查看用户名是否存在
  3. 若是登录 root 账户,一般是配置文件中将 root 设置为不允许远程登录.

sshd 的配置文件为 /etc/ssh/sshd_config.

修改为允许 root 远程登录, 即添加一行 PermitRootLogin yes.


ssh 远程连接时 permission denied
http://example.com/2022/09/02/ssh-远程连接时-permission-denied/
作者
Jie
发布于
2022年9月2日
许可协议