From b432199975f06d730c4c1c8107992b734d7ffdce Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 2 Jun 2023 14:03:56 +0200 Subject: Simplify SSH access to EPNs for oncall --- tw/home.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tw/home.scm') diff --git a/tw/home.scm b/tw/home.scm index 630628a5..3bb47b97 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -125,6 +125,14 @@ auto-expand-secmem (name host) (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) -- cgit v1.2.3