Replace xeon07 by hut in ssh config

The xeon07 machine has been renamed to hut.

Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
Aleix Boné 2025-07-18 10:59:39 +02:00 committed by Rodrigo Arias Mallo
parent 69f7ab701b
commit aee54ef39f

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
''; '';
} }