Is unsupporting option PrintLastLog
intended ?
Description:
In last version, the configuration item PrintLastLog
is unsupported.
Additional info:
- package version(s): 10.0p1-4
- config and/or log files:
- link to upstream bug report, if any:
Steps to reproduce:
- Uncomment
PrintLastLog
in /etc/ssh/sshd_config - Validate with
sshd -t -f /etc/ssh/sshd_config
- see the error
/etc/ssh/sshd_config line 95: Unsupported option PrintLastLog
Analyse
This commit remove lastlog in favor of lastlog2.
It breaks some hardening processes, and I want to make sure the removal of PrintLastLog
is intended before propagating the change to the tool used for hardening.