aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 3a58207d..6d632523 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -205,10 +205,6 @@ auto-expand-secmem
,(openssh-host
(name "cvmfs-alice.cern.ch")
(extra-content "GSSAPIDelegateCredentials yes")) ; needed for EOS home mount
- ,(openssh-host
- (name "tw-mailproc.cern.ch")
- (user "root")
- (identity-file "~/.local/share/ssh-keys/openstack_personal_id_rsa"))
,@(map (lambda (spec)
(openssh-host (name (car spec)) (user (cdr spec))
(identity-file "~/.local/share/ssh-keys/alicern_id_rsa")))