Asmodean Asked: 2021-08-01 11:43:00 +0800 CST2021-08-01 11:43:00 +0800 CST 2021-08-01 11:43:00 +0800 CST 通过 guacamole 登录到本地 SSH shell 772 所以我想使用 guacamole 来访问 127.0.0.1 的 ssh shell。 我已禁用纯文本密码身份验证和 root 登录。为我的正常 ssh 会话使用私有。 有没有办法允许 localhost 登录在 sshd 配置中使用密码进行身份验证? 谢谢! ssh localhost 1 个回答 Voted Best Answer user1686 2021-08-01T11:54:01+08:002021-08-01T11:54:01+08:00 Match在一个块中重新启用它。 PasswordAuthentication no ChallengeResponseAuthentication no Match Address ::1 PasswordAuthentication yes Match Address 127.0.0.1 PasswordAuthentication yes
Match
在一个块中重新启用它。