summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-27 11:27:12 +1100
committerDamien Miller <djm@mindrot.org>1999-12-27 11:27:12 +1100
commit438dfa9dea6a08e80549cf6110a0d159500f168a (patch)
treee3890599c4a727d973c5957e2456e1586b697ef7
parentd33201e91662a23c6b22f0c748a9b6911c6e78c0 (diff)
Doc update
-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.