Catch up with reality.

This commit is contained in:
Dag-Erling Smørgrav 2008-08-01 00:28:50 +00:00
parent 7cbfb01447
commit cb7b802714
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181091

View File

@ -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.