summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd_config.5
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2008-02-10 09:55:37 +0000
committerdjm <djm@openbsd.org>2008-02-10 09:55:37 +0000
commitd9a4b0821d257426dca54616c72d52f339160997 (patch)
tree6a1a7491653efa79eab37e424764f2806491e67f /usr.bin/ssh/sshd_config.5
parentmissing newline at EOF (diff)
downloadwireguard-openbsd-d9a4b0821d257426dca54616c72d52f339160997.tar.xz
wireguard-openbsd-d9a4b0821d257426dca54616c72d52f339160997.zip
mantion that "internal-sftp" is useful with ForceCommand too
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r--usr.bin/ssh/sshd_config.59
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index 4fb94ffd88b..b0375aaad95 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/sshd_config.5
@@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.81 2008/02/09 08:04:31 jmc Exp $
-.Dd $Mdocdate: February 9 2008 $
+.\" $OpenBSD: sshd_config.5,v 1.82 2008/02/10 09:55:37 djm Exp $
+.Dd $Mdocdate: February 10 2008 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -333,6 +333,11 @@ block.
The command originally supplied by the client is available in the
.Ev SSH_ORIGINAL_COMMAND
environment variable.
+Specifying a command of
+.Dq internal-sftp
+will force the use of an in-process sftp server that requires no support
+files when used with
+.Cm ChrootDirectory .
.It Cm GatewayPorts
Specifies whether remote hosts are allowed to connect to ports
forwarded for the client.