diff options
author | des <des@FreeBSD.org> | 2008-08-01 00:28:50 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-08-01 00:28:50 +0000 |
commit | ce65202984c1e4501a2d656bfd9124367e4a1d82 (patch) | |
tree | 3157248d88bb2b228830bf31f62699b639f6ab4d /crypto | |
parent | e253d923d4f43107d00c0b8a6f446efc80c5d191 (diff) | |
download | FreeBSD-src-ce65202984c1e4501a2d656bfd9124367e4a1d82.zip FreeBSD-src-ce65202984c1e4501a2d656bfd9124367e4a1d82.tar.gz |
Catch up with reality.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/FREEBSD-upgrade | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 3b561cd..86913ff 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. |