1
禁用用户的ssh密码身份验证
是否可以为系统上的一个用户启用ssh密码认证,而为另一个用户禁用它。 如果添加 ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no 到/ etc / ssh / sshd_config,对所有用户禁用它 将其添加到〜/ .ssh / config似乎不起作用
SSH的授权机制,涉及公钥加密。