diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-02-08 23:24:09 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-02-08 23:24:09 +0000 |
commit | b61be46adafe7676e6b3c1ca4903b6c64b007db1 (patch) | |
tree | 667e7da24f8446b750b5b3162f7732b4968a72d0 /usr.bin/ssh/sshd_config | |
parent | b425483dcf67a41ad5d6c58871e3e43a9b582db9 (diff) |
add sshd_config ChrootDirectory option to chroot(2) users to a directory and
tweak internal sftp server to work with it (no special files in chroot
required). ok markus@
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 1bf22c6b6f4..c24645e6d5f 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.76 2007/08/23 03:22:16 djm Exp $ +# $OpenBSD: sshd_config,v 1.77 2008/02/08 23:24:07 djm Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -89,6 +89,7 @@ Protocol 2 #PidFile /var/run/sshd.pid #MaxStartups 10 #PermitTunnel no +#ChrootDirectory none # no default banner path #Banner none |