Skip to content

Instantly share code, notes, and snippets.

@luisabarca
Last active December 12, 2015 09:08
Show Gist options
  • Save luisabarca/4748854 to your computer and use it in GitHub Desktop.
Save luisabarca/4748854 to your computer and use it in GitHub Desktop.
Permissions for Gitolite user folder and SSH keys on QNAP
# git is my username
chmod g-w /share/HDA_DATA/git
chmod 700 /share/HDA_DATA/git/.ssh
chmod 600 /share/HDA_DATA/git/.ssh/authorized_keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment