simpler ssh config

This commit is contained in:
2025-06-26 11:20:28 +02:00
parent e33f18e990
commit 529c409985

View File

@ -7,23 +7,18 @@
matchBlocks = { matchBlocks = {
"d10.csb.brainmill.com" = { "d10.csb.brainmill.com" = {
forwardAgent = true; forwardAgent = true;
port = 22;
}; };
"prod-admin-jump1.infra.csbnet.se" = { "prod-admin-jump1.infra.csbnet.se" = {
forwardAgent = true; forwardAgent = true;
port = 22;
}; };
"prod-jump-got1.infra.brainmill.com" = { "prod-jump-got1.infra.brainmill.com" = {
forwardAgent = true; forwardAgent = true;
port = 22;
}; };
"gw1.net.chsfg.se" = { "gw1.net.chsfg.se" = {
forwardAgent = true; forwardAgent = true;
hostname = "2a02:9a0:fffe:4::3";
}; };
"gw2.net.chsfg.se" = { "gw2.net.chsfg.se" = {
forwardAgent = true; forwardAgent = true;
hostname = "2a02:9a0:fffe:4::5";
}; };
"cv11-stor-gw.net.chsfg.se" = { "cv11-stor-gw.net.chsfg.se" = {
proxyCommand = "ssh prod-admin-jump1.infra.csbnet.se /bin/nc %h 22"; proxyCommand = "ssh prod-admin-jump1.infra.csbnet.se /bin/nc %h 22";