chmod -R 600 /root/.ssh/config
After executing this command, it told me that one of the keys still had permissions set at 0777, so I had to change it directly even though I recursively set all files to 600. Not sure why.
chmod -R 600 /root/.ssh/config
After executing this command, it told me that one of the keys still had permissions set at 0777, so I had to change it directly even though I recursively set all files to 600. Not sure why.