Repository: incubator-guacamole-manual Updated Branches: refs/heads/master 3219a3f9e -> 344b3e8d3
GUACAMOLE-203: Add documentation for keepalive parameters for SFTP. 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/ae4dcccc Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/ae4dcccc Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/ae4dcccc Branch: refs/heads/master Commit: ae4dcccc447cf5d4ff44d1c9fb9446fd111f984b Parents: eec6143 Author: Nick Couchman <[email protected]> Authored: Sun Jun 25 14:21:56 2017 -0400 Committer: Nick Couchman <[email protected]> Committed: Sun Jun 25 14:24:20 2017 -0400 ---------------------------------------------------------------------- src/chapters/configuring.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/ae4dcccc/src/chapters/configuring.xml ---------------------------------------------------------------------- diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml index 4ada376..ee30a27 100644 --- a/src/chapters/configuring.xml +++ b/src/chapters/configuring.xml @@ -827,6 +827,17 @@ guacd-port: 4822</programlisting> will be used.</para> </entry> </row> + <row> + <entry><parameter>sftp-server-alive-interval</parameter></entry> + <entry> + <para>The interval at which to send keepalive packets to the + SSH server for the SFTP connection. This parameter is optional. + If omitted, the default of 0 will be used, disabling sending + keepalive packets. A value of 1 will be rounded up to 2. + Negative values are changed to 0, disabling sending keepalives. + </para> + </entry> + </row> </tbody> </tgroup> </informaltable> @@ -2311,6 +2322,17 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a will be used.</para> </entry> </row> + <row> + <entry><parameter>sftp-server-alive-interval</parameter></entry> + <entry> + <para>The interval at which to send keepalive packets to the + SSH server for the SFTP connection. This parameter is optional. + If omitted, the default of 0 will be used, disabling sending + keepalive packets. A value of 1 will be rounded up to 2. + Negative values are changed to 0, disabling sending keepalives. + </para> + </entry> + </row> </tbody> </tgroup> </informaltable> @@ -2785,7 +2807,8 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a the interval (in seconds) at which the client connection sends keepalive packets to the server. The default is 0, which disables sending the packets. A value of 1 is - automatically increased to 2 by libssh2. + automatically increased to 2. Negative values are set to + 0, disabling sending keepalives. </para> </entry> </row>
