diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-07-30 17:03:56 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-07-30 17:03:56 +0000 |
commit | 797c0a4ff7ed2148b5ce83ecee1c08d825a6e9c4 (patch) | |
tree | b411a3bc7d72190a2e73d63df787586cade88813 /usr.bin/ssh/sshd_config | |
parent | e645a5dbeed05da5bdc63f733eff32e093721dae (diff) |
add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, deraadt
Diffstat (limited to 'usr.bin/ssh/sshd_config')
-rw-r--r-- | usr.bin/ssh/sshd_config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 240cae4e2b6..7b01bbf5ed8 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.56 2002/06/20 23:37:12 markus Exp $ +# $OpenBSD: sshd_config,v 1.57 2002/07/30 17:03:55 markus Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -75,6 +75,7 @@ #KeepAlive yes #UseLogin no #UsePrivilegeSeparation yes +#PermitUserEnvironment no #Compression yes #MaxStartups 10 |