You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/06/25 21:23:28 UTC

[4/5] incubator-guacamole-manual git commit: GUACAMOLE-203: Clean up wording for acceptable values for server alive interval.

GUACAMOLE-203: Clean up wording for acceptable values for server alive interval.


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/83d504e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/83d504e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/83d504e6

Branch: refs/heads/master
Commit: 83d504e68db5bc88d77295e7a91e71afa650adff
Parents: dc2b19d
Author: Nick Couchman <vn...@apache.org>
Authored: Sun Jun 25 17:08:01 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Sun Jun 25 17:08:01 2017 -0400

----------------------------------------------------------------------
 src/chapters/configuring.xml | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/83d504e6/src/chapters/configuring.xml
----------------------------------------------------------------------
diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml
index fa87774..7073a43 100644
--- a/src/chapters/configuring.xml
+++ b/src/chapters/configuring.xml
@@ -830,11 +830,11 @@ guacd-port:     4822</programlisting>
                             <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>The interval in seconds 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.  The minimum
+                                    value is 2.
                                     </para>
                                 </entry>
                             </row>
@@ -2325,11 +2325,11 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a
                             <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>The interval in seconds 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.  The minimum 
+                                    value is 2.
                                     </para>
                                 </entry>
                             </row>
@@ -2597,11 +2597,10 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a
                                         </indexterm>
                                         By default the SSH client does not send keepalive requests
                                         to the server.  This parameter allows you to configure the
-                                        the interval (in seconds) at which the client connection
+                                        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.  Negative values are set to
-                                        0, disabling sending keepalives.
+                                        which disables sending the packets.  The minimum value
+                                        is 2.
                                     </para>
                                 </entry>
                             </row>