Remove ssh jumps to raccoon or tent

This commit is contained in:
2025-09-22 16:44:09 +02:00
parent 6555124a77
commit 81ae35ccfd
4 changed files with 0 additions and 27 deletions

View File

@@ -5,6 +5,5 @@
./ssf/fs.nix
./ssf/hosts.nix
./ssf/net.nix
./ssf/ssh.nix
];
}

View File

@@ -1,12 +0,0 @@
{
# Use SSH tunnel to apex to reach internal hosts
programs.ssh.extraConfig = ''
Host tent
ProxyJump raccoon
# Access raccoon via the HTTP proxy
Host raccoon knights3.bsc.es
HostName knights3.bsc.es
ProxyCommand=ssh apex 'nc -X connect -x localhost:23080 %h %p'
'';
}