From d6fa2dc1c2da3b6f754d970b70ed2f16535294b3 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 17 Apr 2023 16:10:36 +0200 Subject: Remove deleted tw-mailproc host --- tw/home.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tw/home.scm') 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"))) -- cgit v1.2.3