Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Red Hat Enterprise Linux 8
Services
SSH Server
Configure OpenSSH Server if Necessary
Set LogLevel to INFO
Set LogLevel to INFO
An XCCDF Rule
Details
Profiles
Prose
Set LogLevel to INFO
Low Severity
The INFO parameter specifices that record login and logout activity will be logged.
The default SSH configuration sets the log level to INFO. The appropriate configuration is used if no value is set for
LogLevel
.
To explicitly specify the log level in SSH, add or correct the following line in
/etc/ssh/sshd_config
:
LogLevel INFO