aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-02-08 22:03:59 +0100
committerTimo Wilken2023-02-08 22:03:59 +0100
commit99f53587420703a4679bc18b32c5680f88de9d3a (patch)
treed6c56cd152d63092a7f37e417ee63e306dbb6c6c /tw/home.scm
parentbfc0a4479bdb1507299db7f30bfbfd5c9c319bf8 (diff)
Fix SSH setup for cvmfs-alice.cern.ch
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/tw/home.scm b/tw/home.scm
index ce760855..4b50d198 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -188,7 +188,10 @@ auto-expand-secmem
,(openssh-host
(name "lxplus.cern.ch")
(proxy-command "none") ; avoid ProxyJump loops
- (extra-content "GSSAPIDelegateCredentials yes")) ; needed for EOS mounts
+ (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 "twilkendesktop.cern.ch")
(port 22022)