Compare commits

...

1 Commits

Author SHA1 Message Date
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

View File

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