diff options
author | Michael Weiss | 2020-02-02 18:51:14 +0100 |
---|---|---|
committer | Michael Weiss | 2020-02-02 18:52:56 +0100 |
commit | b866980514c365af015e4d4d90bdd492f80aab02 (patch) | |
tree | c2cf1326e3304b890f77f54da903f888498fba4d /ssh/config | |
parent | 838dfbeba9d049caad02347823057ee0c0108ce2 (diff) |
ssh/config: Add overrides for the hosts "git" and "luna"
Diffstat (limited to 'ssh/config')
-rw-r--r-- | ssh/config | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |