diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 3b561cd7c29c..86913ff7c6aa 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -86,8 +86,6 @@ B) Re-commit everything on repoman (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 @@ -116,12 +114,7 @@ B) Re-commit everything on repoman (you *did* use a test repo for reading options but before trying to connect. This eliminates the usual problem with duplicate known_hosts entries. -4) OPIE - - We've added support for using OPIE as a drop-in replacement for - S/Key. - -5) setusercontext() environment +4) setusercontext() environment Our setusercontext(3) can set environment variables, which we must take care to transfer to the child's environment.