mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
UseDNS = No is a safer configuration (#204)
See Issue #197. References: - https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/424371/comments/11 - https://unix.stackexchange.com/questions/56941/what-is-the-point-of-sshd-usedns-option - https://security.googleblog.com/2016/02/cve-2015-7547-glibc-getaddrinfo-stack.html
This commit is contained in:
parent
e8d6308d82
commit
47748c8fd8
@ -126,7 +126,7 @@
|
|||||||
Protocol:2,,1:=\
|
Protocol:2,,1:=\
|
||||||
StrictModes:YES,,NO:=\
|
StrictModes:YES,,NO:=\
|
||||||
TCPKeepAlive:NO,,YES:=\
|
TCPKeepAlive:NO,,YES:=\
|
||||||
UseDNS:YES,,NO:=\
|
UseDNS:NO,,YES:=\
|
||||||
UsePrivilegeSeparation:SANDBOX,YES,NO:=\
|
UsePrivilegeSeparation:SANDBOX,YES,NO:=\
|
||||||
VerifyReverseMapping:YES,,NO:=\
|
VerifyReverseMapping:YES,,NO:=\
|
||||||
X11Forwarding:NO,,YES:="
|
X11Forwarding:NO,,YES:="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user