From 3ee07a3a909c117839983c19e115c92bc0a3c3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 26 Feb 2004 10:57:28 +0000 Subject: [PATCH] Document recently changed configuration defaults. --- crypto/openssh/FREEBSD-upgrade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 67f9dd91d98..331d83add1d 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.