Created
July 29, 2017 19:30
-
-
Save keysie/1952e444657303d8fa1fe957de6ecd4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Try taking the group writeable permissions from your home directory: | |
chmod g-w ~/ | |
Make your .ssh folder readable/writeable/executable only by you: | |
chmod 700 ~/.ssh | |
Make your authorized keys file readable/writeable only by you: | |
chmod 600 ~/.ssh/authorized_keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment