You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/08/21 16:15:42 UTC

[1/2] guacamole-manual git commit: GUACAMOLE-565: Document terminal-type parameter for SSH and Telnet

Repository: guacamole-manual
Updated Branches:
  refs/heads/staging/1.0.0 4e1b3b3a5 -> 18a11ff0a


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/staging/1.0.0
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>


[2/2] guacamole-manual git commit: GUACAMOLE-565: Merge document terminal-type parameter for SSH and Telnet.

Posted by vn...@apache.org.
GUACAMOLE-565: Merge document terminal-type parameter for SSH and Telnet.


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

Branch: refs/heads/staging/1.0.0
Commit: 18a11ff0abd23c3728ae9dbe5bbe714850b5c348
Parents: 4e1b3b3 6f8c3dc
Author: Nick Couchman <vn...@apache.org>
Authored: Tue Aug 21 12:14:46 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Tue Aug 21 12:14:46 2018 -0400

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