Skip to content

Instantly share code, notes, and snippets.

@hfm
Created July 9, 2012 11:25
Show Gist options
  • Save hfm/3075909 to your computer and use it in GitHub Desktop.
Save hfm/3075909 to your computer and use it in GitHub Desktop.
Gitolite Install on FreeBSD
$ vi ~/.ssh/config
+ Host gitolite
+ HostName ***.***.***.***
+ User git
+ Port ****
+ IdentityFile ~/.ssh/gitolite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment