Remove old xeon07 hostname in raccoon and tent ssh config #145

Manually merged
rarias merged 1 commits from abonerib/jungle:fix/xeon07 into master 2025-07-21 18:13:55 +02:00

View File

@ -1,9 +1,8 @@
{ {
programs.ssh.extraConfig = '' programs.ssh.extraConfig = ''
Host ssfhead Host apex ssfhead
HostName ssflogin.bsc.es HostName ssflogin.bsc.es
Host hut Host hut
ProxyJump ssfhead ProxyJump apex
HostName xeon07
''; '';
} }