拒绝修复身份验证:所有权错误或者目录模式
时间:2020-01-09 10:38:25 来源:igfitidea点击:
Authentication refused: bad ownership or modes for directory
如果在尝试设置经过公钥身份验证的自动登录时在日志中遇到此错误,则问题是权限问题。
我们需要在尝试设置的用户帐户上执行以下命令:
chmod go-w ~/ chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys
Authentication refused: bad ownership or modes for directory
如果在尝试设置经过公钥身份验证的自动登录时在日志中遇到此错误,则问题是权限问题。
我们需要在尝试设置的用户帐户上执行以下命令:
chmod go-w ~/ chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys