SSH directory and file permissions
chmod 700 ~/.ssh
# The config file must be readable and writeable only by the user and not accessible by others
chmod 600 ~/.ssh/configchmod 700 ~/.ssh
# The config file must be readable and writeable only by the user and not accessible by others
chmod 600 ~/.ssh/configDate: