From 6fcc8f7d60e25faee4333517f2489c7e9444ecb2 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 15 Dec 2023 18:05:42 +0100 Subject: Configure SSH for Grid Eevee farm alieevee-wn-7 is the new ARM host used for testing. --- tw/home.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tw/home.scm') diff --git a/tw/home.scm b/tw/home.scm index fac65a50..2bcc2cd8 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -113,6 +113,13 @@ ,(openssh-host (name "alihlt-gw-prod.cern.ch") (port 2020)) + ,(openssh-host + (name "alieevee-wn-*.cern.ch") + (user "root") + (identity-file "~/.local/share/ssh-keys/cern_id_rsa")) + ,(openssh-host + (name "alieevee-wn-*.cern.ch !alieevee-wn-1.cern.ch") ; avoid proxy loops + (proxy (list (proxy-jump (host-name "alieevee-wn-1.cern.ch"))))) ,(openssh-host (name "epn???") (user "pdp") -- cgit v1.2.3