Skip to content

Instantly share code, notes, and snippets.

@Sebastian1011
Last active January 6, 2020 17:55
Show Gist options
  • Save Sebastian1011/9d8db6e610485cb2e55a7c5121280e58 to your computer and use it in GitHub Desktop.
Save Sebastian1011/9d8db6e610485cb2e55a7c5121280e58 to your computer and use it in GitHub Desktop.

$ sudo adduser git

$ su git

$ cd

$ mkdir .ssh && chmod 700 .ssh

$ touch .ssh/authorized_keys && chmod 600 .ssh/authorized_keys

git init --bare --shared=group

http://gitstats.sourceforge.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment