Document recently changed configuration defaults.

This commit is contained in:
Dag-Erling Smørgrav 2004-02-26 10:57:28 +00:00
parent 1ec0d75429
commit 3ee07a3a90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126278

View File

@ -78,6 +78,10 @@ A) Re-commit everything on freefall (you *did* use a test repo for
We've modified some configuration defaults in sshd:
- Protocol defaults to "2".
- PasswordAuthentication defaults to "no" when PAM is enabled.
- For protocol version 2, we don't load RSA host keys by
default. If both RSA and DSA keys are present, we prefer DSA
to RSA.