-
-
Notifications
You must be signed in to change notification settings - Fork 636
System stack
trimstray edited this page Mar 1, 2019
·
4 revisions
You can file an issue about it and ask that it be added.
The SSH protocol is recommended for remote login and remote file transfer. SSH provides confidentiality and integrity for data exchanged between two systems, as well as server authentication, through the use of public key cryptography.
Configuring this setting for the SSH daemon provides additional assurance that remote login via SSH will require a password, even in the event of misconfiguration elsewhere.
PermitEmptyPasswords no
The Practical Linux Hardening Guide provides a high-level overview of the hardening GNU/Linux systems. It is not an official standard or handbook but it touches and use industry standards.