Remove old xeon07 hostname in raccoon and tent ssh config

xeon07 has been renamed to hut in apex /etc/hosts
This commit is contained in:
Aleix Boné 2025-07-18 10:59:39 +02:00
parent 86e7c72b9b
commit 2c708b8bfe
Signed by: abonerib
SSH Key Fingerprint: SHA256:Jmq7aNH8XDdGy7E9dqfqrc/LRaVqhnFgDgdxlFw/pl8

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