From 02da74da1133c257892d32e35c2e3a39fe9563d1 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sat, 4 Mar 2023 11:23:14 +0100 Subject: [PATCH] ssh-config: add RZOB jump host --- home/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/home.nix b/home/home.nix index 20afb3d..e537195 100644 --- a/home/home.nix +++ b/home/home.nix @@ -324,6 +324,9 @@ in hostname = "vpn-whq.services.fcio.net"; extraOptions.LogLevel = "Verbose"; }; + "fcio-rzob-jump" = { + hostname = "vpn-rzob.services.fcio.net"; + }; }; };