diff options
Diffstat (limited to 'crypto/openssh/FREEBSD-upgrade')
-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. |