What are the correct permissions for `~/.ssh/config`?
+6
−0
I got this message: Bad owner or permissions on /Users/rbiaa065/.ssh/config
What should the permissions be to make ssh
happy?
1 answer
+6
−1
From man ssh_config
:
This file is used by the SSH client. Because of the potential for abuse, this file must have strict permissions: read/write for the user, and not writable by others.
1 comment thread