summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADING3
1 files changed, 2 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 526d5789e..56585de4b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -55,4 +55,5 @@ PAM likes to log all authentication events, this one included.
55 55
56If it annoys you too much, set "PermitEmptyPasswords no" in 56If it annoys you too much, set "PermitEmptyPasswords no" in
57sshd_config. This will quiet the error message at the expense of 57sshd_config. This will quiet the error message at the expense of
58disabling logins to accounts with no password set. 58disabling logins to accounts with no password set. This is the
59default if you use the supplied sshd_config file.