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.
This commit is contained in:
tools200ms 2024-04-20 19:01:09 +02:00 committed by GitHub
parent a3b77a17fc
commit 3736925967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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