summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-05-24 16:50:15 +0200
committerTimo Wilken2023-05-25 23:25:17 +0200
commit10428f6336cfc823ed67af6012a6ab42c790c054 (patch)
tree9bb1d7d0e0c45c42fb9a86bbed5832861ad4327f /tw
parentf9036f78b4b4f4f35f52b3584dd5a3a747b498bf (diff)
Fix alimonitor SSH username
Diffstat (limited to 'tw')
-rw-r--r--tw/home.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 6f53b8b2..56df048e 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -132,7 +132,7 @@ auto-expand-secmem
,@(map (lambda (spec)
(openssh-host (name (car spec)) (user (cdr spec))
(identity-file "~/.local/share/ssh-keys/alicern_id_rsa")))
- '(("alimonitor.cern.ch" . "alibuild")
+ '(("alimonitor.cern.ch" . "monalisa")
("alinsure.cern.ch" . "alibuild")
("alibuildmac*.cern.ch" . "alibuild")
("aido*osx*.cern.ch" . "alibuild")