diff --git a/modules/ssh.nix b/modules/ssh.nix index e65818a..a5e280a 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -61,19 +61,18 @@ "netcore02.dgn" = { user = "root"; hostname = "fd26:baf9:d250:8000::1001"; - proxyJump = "manah.kat"; + proxyJump = "vault01.dgnum"; identityFile = "~/.ssh/juniper"; }; "netaccess01.dgn" = { user = "root"; hostname = "fd26:baf9:d250:8000::2001"; - proxyJump = "manah.kat"; + proxyJump = "vault01.dgnum"; identityFile = "~/.ssh/juniper"; }; "vault01.dgnum" = { user = "root"; - proxyJump = "manah.kat"; - hostname = "fd26:baf9:d250:8000::1"; + hostname = "vault01.hyp01.infra.dgnum.eu"; }; }; };