aboutsummaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-09-18 09:47:45 +0200
committerTimo Wilken2024-09-18 09:47:45 +0200
commit6baf53b266cc969786feffd32e3347bf7760fca9 (patch)
treebc1409cc4d19eb5bc8c29239318508f6add3c43b /tw/home.scm
parentdf0c13eb92fc8500b59c63c88edec3884dfb6fcd (diff)
Configure default SSH user for aiatlas* machines
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index cbab31c5..35c877fe 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -224,6 +224,7 @@
;; No proxying needed. aiadm even refuses connections via lxtunnel.
,(openssh-host (name "lxplus*.cern.ch") (proxy no-proxy))
,(openssh-host (name "aiadm.cern.ch") (proxy no-proxy))
+ ,(openssh-host (name "aiatlas*.cern.ch") (user "root"))
,(openssh-host
(name "*.cern.ch")
(user "twilken")