From fa3184e001a41f4037d8d7a7f7dffdb739a31129 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 27 Jan 2023 16:39:34 +0100 Subject: Fix lxplus SSH login --- tw/home.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tw/home.scm b/tw/home.scm index cc97308c..7d2e75e5 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -185,7 +185,10 @@ auto-expand-secmem (host-key-algorithms '("+ssh-rsa")) (accepted-key-types '("+ssh-rsa"))) ;; CERN stuff - ,(openssh-host (name "lxplus.cern.ch") (proxy-command "none")) ; avoid ProxyJump loops + ,(openssh-host + (name "lxplus.cern.ch") + (proxy-command "none") ; avoid ProxyJump loops + (extra-content "GSSAPIDelegateCredentials yes")) ; needed for EOS mounts ,(openssh-host (name "twilkendesktop.cern.ch") (port 22022) -- cgit v1.2.3