diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json index 442214a3c..a0cb7d819 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json @@ -83,6 +83,11 @@ "name" : "backspace", "type" : "ENUM", "options" : [ "", "127", "8" ] + }, + { + "name" : "terminal-type", + "type" : "ENUM", + "options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ] } ] }, diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json index 5b960f844..5d6028139 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/telnet.json @@ -66,6 +66,11 @@ "name" : "backspace", "type" : "ENUM", "options" : [ "", "127", "8" ] + }, + { + "name" : "terminal-type", + "type" : "ENUM", + "options" : [ "xterm", "xterm-256color", "vt220", "vt100", "ansi", "linux" ] } ] },