From e485c1b9db8eda6798422fb65d2a934d8c62d992 Mon Sep 17 00:00:00 2001 From: catvayor Date: Tue, 9 Jul 2024 11:17:04 +0200 Subject: [PATCH] ssh to dgnum moved --- modules/ssh.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"; }; }; };