Skip to content

Instantly share code, notes, and snippets.

@keysie
Created July 29, 2017 19:30
Show Gist options
  • Save keysie/1952e444657303d8fa1fe957de6ecd4d to your computer and use it in GitHub Desktop.
Save keysie/1952e444657303d8fa1fe957de6ecd4d to your computer and use it in GitHub Desktop.
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