From 3b72e2fe2d19fcd3a7bf5f0eaf8a0aefbfca0587 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 3 May 2020 17:26:10 +0200 Subject: [PATCH] Remove SSH blacklist --- copy-keys.sh | 2 -- ssh-blacklist.txt | 4 ---- 2 files changed, 6 deletions(-) delete mode 100644 ssh-blacklist.txt diff --git a/copy-keys.sh b/copy-keys.sh index e5343fd..95fc428 100755 --- a/copy-keys.sh +++ b/copy-keys.sh @@ -3,9 +3,7 @@ set -e # Grab valid unique hostnames from the Ansible inventory. HOSTS=$(grep -ve '^[#\[]' hosts \ -| grep -ve '^$' \ | grep -F adm.auro.re \ -| grep -vf ssh-blacklist.txt \ | sort -u) for host in $HOSTS; do diff --git a/ssh-blacklist.txt b/ssh-blacklist.txt deleted file mode 100644 index 248f525..0000000 --- a/ssh-blacklist.txt +++ /dev/null @@ -1,4 +0,0 @@ -ldap-replica-edc-backup.adm.auro.re -ldap-replica-fleming-backup.adm.auro.re -ldap-replica-gs.adm.auro.re -ldap-replica-gs-backup.adm.auro.re