SSH - Bad owner or permissions on ~/.ssh/config

If you see error "Bad owner or permissions on /home/<username>/.ssh/config" during connection

That is because SSH connection check for the permssion of ~/.ssh/config and it need to be in permission 600 

So, run - chmod 600 ~/.ssh/config to set the permission correctly

Comments

Popular Posts