Skip to content

Instantly share code, notes, and snippets.

@gregkare
Created February 12, 2011 11:28
Show Gist options
  • Save gregkare/823708 to your computer and use it in GitHub Desktop.
Save gregkare/823708 to your computer and use it in GitHub Desktop.
Fix Gandi Ubuntu/Debian permissions for SSH
chmod go-w ~ && chmod 700 ~/.ssh && chmod 600 ~/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment