Skip to content

Instantly share code, notes, and snippets.

@dragon788
Created March 12, 2015 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dragon788/14cf3ea242ac7bb4b0d4 to your computer and use it in GitHub Desktop.
Save dragon788/14cf3ea242ac7bb4b0d4 to your computer and use it in GitHub Desktop.
Fixing SSH permissions issues
cd
chmod 700 .ssh
cd .ssh
chmod 600 *
chmod 644 *.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment