Information
The /etc/ssh/ssh_config file defines SSH client behavior.
The /etc/ssh/ssh_config file is the system-wide client configuration file for OpenSSH, which allows you to set options that modify the operation of the client programs. The recommended value is not to provide any writable access rights for any user other than root
Solution
Run the following commands to set the mode, owner and group owner for /etc/ssh/ssh_config :
chmod u-x,go-wx /etc/ssh/ssh_config
chown root:system /etc/ssh/ssh_config