summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-27 16:39:34 +0100
committerTimo Wilken2023-01-27 16:39:34 +0100
commitfa3184e001a41f4037d8d7a7f7dffdb739a31129 (patch)
tree6980d02dcc230fbded517c1da6cbddb883e3cbb8 /tw/home.scm
parent20946e1dbe92662b167e118e0c707ed9abef7aa6 (diff)
Fix lxplus SSH login
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 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)