The solution to the problem of Bad owner or permissions on .ssh/config when using gei fetch or sftp
Modify the permissions of .ssh/config:
sudo chmod 600 .ssh/config
or
sudo chown $USER .ssh/config
Similar Posts:
- E09 Error: sudo: effective uid is not 0, is sudo installed setuid root?
- [Solved] su: warning: cannot change directory to : Permission denied ;-bash: bash_profile: Permission denied
- Bad owner or permissions on .ssh/config [How to Solve]
- How to Solve MySQL Startup error: mysql-bin.index not found (Errcode: 13)
- The global installation NPM package reported an error and did not have permission
- [Solved] Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-9enuqi/My…
- Solution of Su command cannot set groups: operation not permitted
- Mac: How to Solve global module install error
- [Solved] Forbid root, handle error sudo must be owned by uid 0
- How to Solve nginx Install Error in Mac