aboutsummaryrefslogtreecommitdiff
path: root/ssh/config
diff options
context:
space:
mode:
authorMichael Weiss2020-02-02 18:51:14 +0100
committerMichael Weiss2020-02-02 18:52:56 +0100
commitb866980514c365af015e4d4d90bdd492f80aab02 (patch)
treec2cf1326e3304b890f77f54da903f888498fba4d /ssh/config
parent838dfbeba9d049caad02347823057ee0c0108ce2 (diff)
ssh/config: Add overrides for the hosts "git" and "luna"
Diffstat (limited to 'ssh/config')
-rw-r--r--ssh/config9
1 files changed, 9 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
index b4a08aa..02735b6 100644
--- a/ssh/config
+++ b/ssh/config
@@ -1,3 +1,12 @@
+Host git.fsi.uni-tuebingen.de
+ Port 222
+ User git
+ HostKeyAlgorithms ssh-rsa
+
+Host luna.fsi.uni-tuebingen.de
+ HostName proxy.fsi.uni-tuebingen.de
+ Port 50000
+
Host *.fsi.uni-tuebingen.de *.fs-psycho.uni-tuebingen.de *.klimagarten.uni-tuebingen.de
UserKnownHostsFile ~/.ssh/fsi_hosts # TODO: Copy the file from this repo
StrictHostKeyChecking yes