From 373692596728305ae0be70d198c674e18ebeaa10 Mon Sep 17 00:00:00 2001 From: tools200ms <129609883+tools200ms@users.noreply.github.com> Date: Sat, 20 Apr 2024 19:01:09 +0200 Subject: profiles: allow-ssh: allow /etc/ssh/ssh_revoked_hosts (#6309) The path is used in the Gentoo net-misc/openssh package (9.6_p1-r3). Fixes #6308. --- etc/inc/allow-ssh.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/allow-ssh.inc b/etc/inc/allow-ssh.inc index 6b2c5846e..d4895b82e 100644 --- a/etc/inc/allow-ssh.inc +++ b/etc/inc/allow-ssh.inc @@ -6,6 +6,7 @@ noblacklist ${HOME}/.ssh noblacklist /etc/ssh noblacklist /etc/ssh/ssh_config noblacklist /etc/ssh/ssh_config.d +noblacklist /etc/ssh/ssh_revoked_hosts # RevokedHostKeys on Gentoo noblacklist ${PATH}/ssh* noblacklist /tmp/ssh-* # Arch Linux and derivatives -- cgit v1.2.3-54-g00ecf