From ccc6846b0a80d58233834c31119f079627e0752a Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 8 Jun 2024 12:46:27 +0200 Subject: [PATCH] ssh: add proxyjump for host --- home/config/ssh/other.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/config/ssh/other.nix b/home/config/ssh/other.nix index 4aa67c6..f542acf 100644 --- a/home/config/ssh/other.nix +++ b/home/config/ssh/other.nix @@ -4,6 +4,7 @@ "ntnu" = { user = "oysteikt"; hostname = "login.stud.ntnu.no"; + proxyJump = "pvv"; }; "gitlab.stud.idi.ntnu.no" = { user = "git";