ssh: add entry for own gitserver

This commit is contained in:
Thomas Preisner 2016-12-13 11:17:38 +01:00
parent 86c9b1bb72
commit 1882b65226

View file

@ -32,6 +32,12 @@ Host server
HostName tpreisner.de
User root
Host git.tpreisner.de
Hostname tpreisner.de
User git
IdentityFile ~/.ssh/git_rsa
IdentitiesOnly yes
# use if they havent been defined yet:
Host *
Compression yes