diff options
| -rw-r--r-- | dotfiles/ssh/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index 5b4b250..503f117 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -19,3 +19,8 @@ Port 22 Host *.buetow.org Port 2 + +Host git-server +HostName r0 +Port 30022 +User git |
