ssh: add entry for own gitserver
This commit is contained in:
parent
86c9b1bb72
commit
1882b65226
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue