mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-06 16:30:39 +07:00
Merge remote-tracking branch 'github-kicksecure/master'
This commit is contained in:
@ -5,11 +5,17 @@
|
|||||||
## "/usr/local/etc/permission-hardener.d/20_user.conf" for your custom
|
## "/usr/local/etc/permission-hardener.d/20_user.conf" for your custom
|
||||||
## configuration. When security-misc is updated, this file may be overwritten.
|
## configuration. When security-misc is updated, this file may be overwritten.
|
||||||
|
|
||||||
|
## Used for SSH client key management
|
||||||
|
## https://manpages.debian.org/bookworm/openssh-client/ssh-agent.1.en.html
|
||||||
|
## Debian installs ssh-agent with setgid permissions (2755) and with
|
||||||
|
## _ssh as the group to help mitigate ptrace attacks that could extract
|
||||||
|
## private keys from the agent's memory.
|
||||||
|
ssh-agent matchwhitelist
|
||||||
|
|
||||||
## Used only for SSH host-based authentication
|
## Used only for SSH host-based authentication
|
||||||
## https://linux.die.net/man/8/ssh-keysign
|
## https://linux.die.net/man/8/ssh-keysign
|
||||||
## Needed to allow access to the machine's host key for use in the
|
## Needed to allow access to the machine's host key for use in the
|
||||||
## authentication process. This is a non-default method of authenticating to
|
## authentication process. This is a non-default method of authenticating to
|
||||||
## SSH, and is likely rarely used, thus this should be safe to disable.
|
## SSH, and is likely rarely used, thus this should be safe to disable.
|
||||||
#ssh-agent matchwhitelist
|
|
||||||
#ssh-keysign matchwhitelist
|
#ssh-keysign matchwhitelist
|
||||||
#/usr/lib/openssh matchwhitelist
|
#/usr/lib/openssh matchwhitelist
|
||||||
|
Reference in New Issue
Block a user