Last active
December 12, 2015 09:08
-
-
Save luisabarca/4748854 to your computer and use it in GitHub Desktop.
Permissions for Gitolite user folder and SSH keys on QNAP
This file contains hidden or 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
# 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