mirror of https://github.com/CISOfy/lynis.git
Remove the test for ssh config VerifyReverseMapping
This option is deprecated since 2003. Having it in a config file raises
a warning and UseDNS (that is on by default) includes the
VerifyReverseMapping check.
See
3a961dc0d3
See #528
This commit is contained in:
parent
d81cc71790
commit
91ad10d464
|
@ -151,7 +151,6 @@
|
||||||
StrictModes:YES,,NO:=\
|
StrictModes:YES,,NO:=\
|
||||||
TCPKeepAlive:NO,,YES:=\
|
TCPKeepAlive:NO,,YES:=\
|
||||||
UseDNS:NO,,YES:=\
|
UseDNS:NO,,YES:=\
|
||||||
VerifyReverseMapping:YES,,NO:=\
|
|
||||||
X11Forwarding:NO,,YES:=\
|
X11Forwarding:NO,,YES:=\
|
||||||
AllowAgentForwarding:NO,,YES:="
|
AllowAgentForwarding:NO,,YES:="
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue