mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
added test for AllowAgentForwarding being turned off (#222)
for reasons, see links below: https://wiki.mozilla.org/Security/Guidelines/OpenSSH#SSH_agent_forwarding https://heipei.github.io/2015/02/26/SSH-Agent-Forwarding-considered-harmful/
This commit is contained in:
parent
576e11b995
commit
f19f5927a5
1 changed files with 2 additions and 1 deletions
|
|
@ -129,7 +129,8 @@
|
|||
UseDNS:NO,,YES:=\
|
||||
UsePrivilegeSeparation:SANDBOX,YES,NO:=\
|
||||
VerifyReverseMapping:YES,,NO:=\
|
||||
X11Forwarding:NO,,YES:="
|
||||
X11Forwarding:NO,,YES:=\
|
||||
AllowAgentForwarding:NO,,YES:="
|
||||
|
||||
# Disabled MaxStartups:4,8,16:<\ (needs fixing)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue