Repository: guacamole-manual
Updated Branches:
  refs/heads/master c0f679cbf -> bd3b4d9a8


GUACAMOLE-565: Document terminal-type parameter for SSH and Telnet

Document the new terminal-type parameter for SSH and Telnet connections.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/6f8c3dcb
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/6f8c3dcb
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/6f8c3dcb

Branch: refs/heads/master
Commit: 6f8c3dcb1a26c7303a9aa88a36b3dd3377c59cc0
Parents: 4e1b3b3
Author: Jim Chen <nc...@mozilla.com>
Authored: Wed Aug 15 23:51:34 2018 -0400
Committer: Jim Chen <nc...@mozilla.com>
Committed: Tue Aug 21 00:57:13 2018 -0400

----------------------------------------------------------------------
 src/chapters/configuring.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/6f8c3dcb/src/chapters/configuring.xml
----------------------------------------------------------------------
diff --git a/src/chapters/configuring.xml b/src/chapters/configuring.xml
index 58287ae..f1650b9 100644
--- a/src/chapters/configuring.xml
+++ b/src/chapters/configuring.xml
@@ -3142,6 +3142,18 @@ ed272546-87bd-4db9-acba-e36e1a9ca20a
                                         sends ASCII code 127 (Delete) if this 
option is not set.</para>
                                 </entry>
                             </row>
+                            <row>
+                                
<entry><parameter>terminal-type</parameter></entry>
+                                <entry>
+                                    <para><indexterm>
+                                            <primary>SSH</primary>
+                                            <secondary>terminal 
type</secondary>
+                                        </indexterm>This parameter sets the 
terminal emulator type
+                                        string that is passed to the SSH 
server. This parameter is
+                                        optional. If not specified, 
&quot;<code>linux</code>&quot;
+                                        is used as the terminal emulator type 
by default.</para>
+                                </entry>
+                            </row>
                         </tbody>
                     </tgroup>
                 </informaltable>
@@ -3767,6 +3779,19 @@ guaclog: INFO: All files interpreted 
successfully.</computeroutput>
                                         sends ASCII code 127 (Delete) if this 
option is not set.</para>
                                 </entry>
                             </row>
+                            <row>
+                                
<entry><parameter>terminal-type</parameter></entry>
+                                <entry>
+                                    <para><indexterm>
+                                            <primary>telnet</primary>
+                                            <secondary>terminal 
type</secondary>
+                                        </indexterm>This parameter sets the 
terminal emulator type
+                                        string that is passed to the telnet 
server. This parameter
+                                        is optional. If not specified,
+                                        &quot;<code>linux</code>&quot; is used 
as the terminal
+                                        emulator type by default.</para>
+                                </entry>
+                            </row>
                         </tbody>
                     </tgroup>
                 </informaltable>

Reply via email to