aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 29d65007..c0540579 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -95,12 +95,13 @@
(name "lxplus*.cern.ch") ; also catch e.g. lxplus9
(proxy no-proxy) ; no jump needed
(extra-content "GSSAPIDelegateCredentials yes")) ; needed for EOS home mount
- ;; Needed for EOS home mount.
- ,@(map (lambda (host)
- (openssh-host
- (name host)
- (extra-content "GSSAPIDelegateCredentials yes")))
- '("aiadm.cern.ch" "cvmfs-alice.cern.ch"))
+ ,(openssh-host
+ (name "aiadm.cern.ch")
+ (proxy no-proxy) ; aiadm refuses connections via lxtunnel
+ (extra-content "GSSAPIDelegateCredentials yes")) ; needed for EOS home mount
+ ,(openssh-host
+ (name "cvmfs-alice.cern.ch")
+ (extra-content "GSSAPIDelegateCredentials yes")) ; needed for EOS home mount
,(openssh-host
(name "alihlt-gw-prod.cern.ch")
(port 2020))