aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-12-15 18:05:42 +0100
committerTimo Wilken2023-12-15 18:05:42 +0100
commit6fcc8f7d60e25faee4333517f2489c7e9444ecb2 (patch)
tree76debc7cb080af045eb5e45cbd169b940a419355 /tw/home.scm
parent37e8d03ba4e57e3694b4966b575986be6356726c (diff)
Configure SSH for Grid Eevee farm
alieevee-wn-7 is the new ARM host used for testing.
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index fac65a50..2bcc2cd8 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -114,6 +114,13 @@
(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")
(proxy (list (proxy-jump (host-name "alihlt-gw-prod.cern.ch") (port 2020))))