aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-01-25 13:09:56 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-01-25 13:09:56 +0000
commitc880b0438e670d4684206a7b6f77db17376eb8ad (patch)
tree28643e0a447b6f624f10c96630f2f418d711db48 /crypto
parentf5e307118e8ce00aeb787659c9f1cdfb5dd8cb83 (diff)
downloadsrc-c880b0438e670d4684206a7b6f77db17376eb8ad.tar.gz
src-c880b0438e670d4684206a7b6f77db17376eb8ad.zip
Update the "overview of FreeBSD changes to OpenSSH-portable" to reflect
reality.
Notes
Notes: svn path=/head/; revision=124970
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/FREEBSD-upgrade12
1 files changed, 1 insertions, 11 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index 4cce15450094..67f9dd91d980 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.