jungle/m/module/ssh-hut-extern.nix
Aleix Boné 2c708b8bfe
Remove old xeon07 hostname in raccoon and tent ssh config
xeon07 has been renamed to hut in apex /etc/hosts
2025-07-18 10:59:39 +02:00

9 lines
129 B
Nix

{
programs.ssh.extraConfig = ''
Host apex ssfhead
HostName ssflogin.bsc.es
Host hut
ProxyJump apex
'';
}