#sets permissions so you don't get error that permissions are too open
#ref: https://superuser.com/a/215506
find /$HOME/.ssh/ -type f -exec chmod 600 {} \;
find /$HOME/.ssh/ -type d -exec chmod 700 {} \;
Last active
April 25, 2019 06:22
-
-
Save ajdruff/b664bd62cd739bdfbc1deeef80c104cb to your computer and use it in GitHub Desktop.
SSH Permissions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment