diff options
author | des <des@FreeBSD.org> | 2004-01-25 13:09:56 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-01-25 13:09:56 +0000 |
commit | 84ff378ae49e03d5d3189a8cb41e0bdad264169c (patch) | |
tree | 28643e0a447b6f624f10c96630f2f418d711db48 /crypto/openssh/FREEBSD-upgrade | |
parent | 273945b667d44beeaf6fb317f93535c1b9662b59 (diff) | |
download | FreeBSD-src-84ff378ae49e03d5d3189a8cb41e0bdad264169c.zip FreeBSD-src-84ff378ae49e03d5d3189a8cb41e0bdad264169c.tar.gz |
Update the "overview of FreeBSD changes to OpenSSH-portable" to reflect
reality.
Diffstat (limited to 'crypto/openssh/FREEBSD-upgrade')
-rw-r--r-- | crypto/openssh/FREEBSD-upgrade | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 4cce154..67f9dd9 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -89,11 +89,6 @@ A) Re-commit everything on freefall (you *did* use a test repo for - X11Forwarding defaults to "yes" (it's a threat to the client, not to the server.) - - Unless the config file says otherwise, we automatically enable - Kerberos support if an appropriate keytab is present. - - - PAMAuthenticationViaKbdInt defaults to "yes". - 2) Modified client-side defaults We've modified some configuration defaults in ssh: @@ -114,12 +109,7 @@ A) Re-commit everything on freefall (you *did* use a test repo for We've added support for using OPIE as a drop-in replacement for S/Key. -5) PAM - - We use our own PAM code, which wraps PAM in a KbdintDevice and - works with privsep, instead of OpenSSH's own PAM code. - -6) setusercontext() environment +5) setusercontext() environment Our setusercontext(3) can set environment variables, which we must take care to transfer to the child's environment. |