Check: UBTU-16-030260
Canonical Ubuntu STIG:
UBTU-16-030260
(in versions v1 r2 through v1 r1)
Title
The system must display the date and time of the last successful account logon upon an SSH logon. (Cat II impact)
Discussion
Providing users with feedback on when account accesses via SSH last occurred facilitates user recognition and reporting of unauthorized account use.
Check Content
Verify SSH provides users with feedback on when account accesses last occurred. Check that "PrintLastLog" keyword in the sshd daemon configuration file is used and set to "yes" with the following command: # grep PrintLastLog /etc/ssh/sshd_config PrintLastLog yes If the "PrintLastLog" keyword is set to "no", is missing, or is commented out, this is a finding.
Fix Text
Add or edit the following lines in the "/etc/ssh/sshd_config" file: PrintLastLog yes
Additional Identifiers
Rule ID: SV-90515r2_rule
Vulnerability ID: V-75835
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |