summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-06-02 14:03:56 +0200
committerTimo Wilken2023-06-02 14:03:56 +0200
commitb432199975f06d730c4c1c8107992b734d7ffdce (patch)
treee5382debc0f67b8425e75944647dd2155310c86d /tw/home.scm
parent4288ab562759bb3916499d424dd86a81b011c61f (diff)
Simplify SSH access to EPNs for oncall
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 630628a5..3bb47b97 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -126,6 +126,14 @@ auto-expand-secmem
(extra-content "GSSAPIDelegateCredentials yes")))
'("aiadm.cern.ch" "cvmfs-alice.cern.ch"))
,(openssh-host
+ (name "alihlt-gw-prod.cern.ch")
+ (port 2020))
+ ,(openssh-host
+ (name "epn???")
+ (user "pdp")
+ (proxy (list (proxy-jump (host-name "alihlt-gw-prod.cern.ch") (port 2020))))
+ (identity-file "~/.local/share/ssh-keys/epn_id_rsa"))
+ ,(openssh-host
(name "twilkendesktop.cern.ch")
(port 22022)
(forward-x11? #t)