From 529c409985f859f494b7473aa113a6b8341dd2a8 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 26 Jun 2025 11:20:28 +0200 Subject: [PATCH] simpler ssh config --- modules/hm/ssh.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/hm/ssh.nix b/modules/hm/ssh.nix index f768951..b303646 100644 --- a/modules/hm/ssh.nix +++ b/modules/hm/ssh.nix @@ -7,23 +7,18 @@ matchBlocks = { "d10.csb.brainmill.com" = { forwardAgent = true; - port = 22; }; "prod-admin-jump1.infra.csbnet.se" = { forwardAgent = true; - port = 22; }; "prod-jump-got1.infra.brainmill.com" = { forwardAgent = true; - port = 22; }; "gw1.net.chsfg.se" = { forwardAgent = true; - hostname = "2a02:9a0:fffe:4::3"; }; "gw2.net.chsfg.se" = { forwardAgent = true; - hostname = "2a02:9a0:fffe:4::5"; }; "cv11-stor-gw.net.chsfg.se" = { proxyCommand = "ssh prod-admin-jump1.infra.csbnet.se /bin/nc %h 22";