mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-27 16:40:53 -05:00
comments
This commit is contained in:
parent
f77c71dd15
commit
5d67277c9f
1 changed files with 2 additions and 2 deletions
|
|
@ -6,14 +6,14 @@
|
||||||
## 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
|
## Used for SSH client key management
|
||||||
## https://manpages.debian.org/trixie/openssh-client/ssh-agent.1.en.html
|
## https://manpages.debian.org/ssh-agent
|
||||||
## Debian installs ssh-agent with setgid permissions (2755) and with
|
## Debian installs ssh-agent with setgid permissions (2755) and with
|
||||||
## _ssh as the group to help mitigate ptrace attacks that could extract
|
## _ssh as the group to help mitigate ptrace attacks that could extract
|
||||||
## private keys from the agent's memory.
|
## private keys from the agent's memory.
|
||||||
ssh-agent matchwhitelist
|
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://manpages.debian.org/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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue