Repository: incubator-guacamole-manual Updated Branches: refs/heads/master 3bd33cfea -> 65660346c
GUACAMOLE-303: Document usage of the new "sftp-root-directory" parameter. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/bdec2307 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/bdec2307 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/bdec2307 Branch: refs/heads/master Commit: bdec230722ae5b654da272f680d0f5004745ecdf Parents: 3bd33cf Author: Michael Jumper <[email protected]> Authored: Thu Jun 29 17:04:43 2017 -0700 Committer: Michael Jumper <[email protected]> Committed: Thu Jun 29 17:04:43 2017 -0700 ---------------------------------------------------------------------- src/chapters/configuring.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/bdec2307/src/chapters/configuring.xml ---------------------------------------------------------------------- diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml index 38abd40..03251f8 100644 --- a/src/chapters/configuring.xml +++ b/src/chapters/configuring.xml @@ -832,6 +832,15 @@ guacd-port: 4822</programlisting> </entry> </row> <row> + <entry><parameter>sftp-root-directory</parameter></entry> + <entry> + <para>The directory to expose to connected users via Guacamole's + <link xmlns:xlink="http://www.w3.org/1999/xlink" + linkend="file-browser">file browser</link>. If omitted, + the root directory will be used by default.</para> + </entry> + </row> + <row> <entry><parameter>sftp-server-alive-interval</parameter></entry> <entry> <para>The interval in seconds at which to send keepalive @@ -2327,6 +2336,15 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a </entry> </row> <row> + <entry><parameter>sftp-root-directory</parameter></entry> + <entry> + <para>The directory to expose to connected users via Guacamole's + <link xmlns:xlink="http://www.w3.org/1999/xlink" + linkend="file-browser">file browser</link>. If omitted, + the root directory will be used by default.</para> + </entry> + </row> + <row> <entry><parameter>sftp-server-alive-interval</parameter></entry> <entry> <para>The interval in seconds at which to send keepalive @@ -3050,6 +3068,15 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a over the SSH connection.</para> </entry> </row> + <row> + <entry><parameter>sftp-root-directory</parameter></entry> + <entry> + <para>The directory to expose to connected users via Guacamole's + <link xmlns:xlink="http://www.w3.org/1999/xlink" + linkend="file-browser">file browser</link>. If omitted, + the root directory will be used by default.</para> + </entry> + </row> </tbody> </tgroup> </informaltable>
