今天就跟大家聊聊有关在Mobaxterm中使用chmod 400不能去掉组的读属性怎么办,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。
ssh “permissions are too open” error [closed]
在Mobaxterm 中使用 chmod 400 不能去掉组的读属性
需要用 chgrp
:
Using Cygwin in Windows 8.1, there is a command need to be run:
chgrp Users ~/.ssh/id_rsa
Then the solution posted here can be applied, 400 or 600 is OK.
chmod 600 ~/.ssh/id_rsa