From ce8b05b142ce6af45d8cb085e8ebd5981e18c6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Fri, 18 Jul 2025 10:59:39 +0200 Subject: [PATCH] Replace xeon07 by hut in ssh config The xeon07 machine has been renamed to hut. Reviewed-by: Rodrigo Arias Mallo --- m/module/ssh-hut-extern.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/m/module/ssh-hut-extern.nix b/m/module/ssh-hut-extern.nix index 5eeafb3..cc6b26a 100644 --- a/m/module/ssh-hut-extern.nix +++ b/m/module/ssh-hut-extern.nix @@ -1,9 +1,8 @@ { programs.ssh.extraConfig = '' - Host ssfhead + Host apex ssfhead HostName ssflogin.bsc.es Host hut - ProxyJump ssfhead - HostName xeon07 + ProxyJump apex ''; }