Remove redundant /etc/ssh/* glob entry

This commit is contained in:
2026-03-20 19:29:38 +01:00
parent ba885b7dd6
commit 9da043a70e

View File

@@ -122,7 +122,6 @@ const SENSITIVE_PATHS: &[&str] = &[
"${HOME}/.shosts", "${HOME}/.shosts",
"/etc/hosts.equiv", "/etc/hosts.equiv",
"/etc/ssh", "/etc/ssh",
"/etc/ssh/*",
// -- GPG -- // -- GPG --
"${HOME}/.gnupg", "${HOME}/.gnupg",
// -- git credentials -- // -- git credentials --