From fe0f975f447d59977d90c3226cc8c623b31b20b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Jul 2021 07:23:31 -0400 Subject: move whitelist/blacklist to allow/deny --- etc/inc/allow-ssh.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/inc/allow-ssh.inc') diff --git a/etc/inc/allow-ssh.inc b/etc/inc/allow-ssh.inc index 67c78a483..44957bf32 100644 --- a/etc/inc/allow-ssh.inc +++ b/etc/inc/allow-ssh.inc @@ -2,7 +2,7 @@ # Persistent customizations should go in a .local file. include allow-ssh.local -noblacklist ${HOME}/.ssh -noblacklist /etc/ssh -noblacklist /etc/ssh/ssh_config -noblacklist /tmp/ssh-* +nodeny ${HOME}/.ssh +nodeny /etc/ssh +nodeny /etc/ssh/ssh_config +nodeny /tmp/ssh-* -- cgit v1.2.3-70-g09d2