From 1fb05d131bd93744e6e3e7db9fe50656f852979a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 28 Oct 2021 15:09:31 +0200 Subject: gkleen@sif: ... --- accounts/gkleen@sif/ssh-hosts.nix | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index e808954d..bc53480b 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -257,25 +257,29 @@ { hostname = "vidhar.yggdrasil"; identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; }; - "mathw0g" = - { hostname = "mathw0g.math.lmu.de"; - identityFile = "~/.ssh/gkleen@mathinst.loc"; - }; "math60" = { hostname = "math60.math.lmu.de"; identityFile = "~/.ssh/gkleen@mathinst.loc"; }; - "mathw0e" = - { hostname = "mathw0e.mathinst.loc"; - proxyJump = "mathw0h.mathinst.loc"; - }; "mathw0d" = { hostname = "mathw0d.mathinst.loc"; - proxyJump = "mathw0h.mathinst.loc"; + proxyJump = "mathw0h"; + }; + "mathw0e" = + { hostname = "mathw0e.mathinst.loc"; + proxyJump = "mathw0h"; }; "mathw0f" = { hostname = "mathw0f.mathinst.loc"; - proxyJump = "mathw0h.mathinst.loc"; + proxyJump = "mathw0h"; + }; + "mathw0g" = + { hostname = "mathw0g.math.lmu.de"; + identityFile = "~/.ssh/gkleen@mathinst.loc"; + }; + "mathw0h" = + { hostname = "mathw0h.mathinst.loc"; + proxyJump = "mathw0g"; }; "vrt-kvm04" = { hostname = "vrt-kvm04.mathinst.loc"; @@ -284,12 +288,12 @@ }; "tts-www01" = { hostname = "tts-www01.mathinst.loc"; - proxyJump = "mathw0h.mathinst.loc"; + proxyJump = "mathw0h"; user = "root"; }; "repo-apt01" = { hostname = "repo-apt01.mathinst.loc"; - proxyJump = "mathw0h.mathinst.loc"; + proxyJump = "mathw0h"; user = "root"; }; "dpl-fai01" = @@ -298,7 +302,7 @@ }; "math05" = { hostname = "math05.mathinst.loc"; - proxyJump = "mathw0h.mathinst.loc"; + proxyJump = "mathw0h"; extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; }; } -- cgit v1.2.3