使用SSH遇到Authentication Refused: Bad Ownership or Modes for Directory

聚沙成塔水滴石穿 2014-10-07

评:

在使用SSH进行git的远程仓库操作时,远端服务器提示要求输入密码.这与之前的使用情况并不

相同.检查了服务器的ssh的日志文件/var/log/secure后,注意到类似下面的信息:

Authenticationrefused:badownershipormodesfordirectory/home/git/.ssh

想来应该是文件夹读写权限的设置问题.在Google之后,找到下面这个web,与所遇问题是类似的:

SSHAuthenticationRefused:BadOwnershiporModesforDirectory

下面转贴来自其中的一段内容:

SSHdoesn’tlikeitifyourhomeor~/.sshdirectorieshavegroupwritepermissions.Yourhomedirectoryshouldbewritableonlybyyou,~/.sshshouldbe700,andauthorized_keysshouldbe600

YoucanalsogetaroundthisbyaddingStrictModesofftoyourssh_configfile,butI’dadviseagainstit-fixingpermissionsisthewaytogo.eagainstit-fixingpermissionsisthewaytogo.

相关推荐