diff options
author | des <des@FreeBSD.org> | 2004-02-26 10:57:28 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-02-26 10:57:28 +0000 |
commit | c7ba2297636a6fa524247016c7fb9060ba58ea6a (patch) | |
tree | 3f61d65038ce7229ffbd71bafda2d71c1c6b7fa8 /crypto | |
parent | 124c4a14153799ec55cc535db5222b1780208aa1 (diff) | |
download | FreeBSD-src-c7ba2297636a6fa524247016c7fb9060ba58ea6a.zip FreeBSD-src-c7ba2297636a6fa524247016c7fb9060ba58ea6a.tar.gz |
Document recently changed configuration defaults.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/FREEBSD-upgrade | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 67f9dd9..331d83a 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -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. |