From 2c708b8bfe5b5b74f9c0de49f3192201c4be12c3 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] Remove old xeon07 hostname in raccoon and tent ssh config xeon07 has been renamed to hut in apex /etc/hosts --- 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 5eeafb34..cc6b26ac 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 ''; }