From 99f53587420703a4679bc18b32c5680f88de9d3a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 8 Feb 2023 22:03:59 +0100 Subject: Fix SSH setup for cvmfs-alice.cern.ch --- tw/home.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tw/home.scm') 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) -- cgit v1.2.3