mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
[SSH-7408] adjusted classification of root login with keys
This commit is contained in:
parent
86b3e6ceb0
commit
3f9d1308bb
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
|||
LogLevel:VERBOSE,INFO,:=\
|
||||
MaxAuthTries:2,4,6:<\
|
||||
MaxSessions:2,4,8:<\
|
||||
PermitRootLogin:NO,(PROHIBIT-PASSWORD|WITHOUT-PASSWORD),YES:=\
|
||||
PermitRootLogin:(NO|PROHIBIT-PASSWORD|WITHOUT-PASSWORD),,YES:=\
|
||||
PermitUserEnvironment:NO,,YES:=\
|
||||
PermitTunnel:NO,,YES:=\
|
||||
Port:,,22:!\
|
||||
|
|
|
|||
Loading…
Reference in a new issue