Bad owner or permissions on /home/username/.ssh/config

Hello everyone,

While connecting to server though ssh and if it is showing error like bad owner or permissioin on .ssh/config then follow below command.

chmod -R 700 .ssh

If you want to give access to group and other then you have to give read and execute as below command

chmod -R 755 .ssh

 

Advertisement