From 5e9c2c668960073926caf63d1518dbad0a6eda3f Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Wed, 31 May 2017 08:27:07 -0400 Subject: [PATCH] GUACAMOLE-203: Add support for configuring the server-alive-interval SSH parameter. --- .../main/resources/org/apache/guacamole/protocols/ssh.json | 6 +++++- guacamole/src/main/webapp/translations/en.json | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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 93cef92b6..b3e81b7f4 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 @@ -69,6 +69,10 @@ { "name" : "command", "type" : "TEXT" + }, + { + "name" : "server-alive-interval", + "type" : "NUMERIC" } ] }, @@ -137,4 +141,4 @@ } ] -} \ No newline at end of file +} diff --git a/guacamole/src/main/webapp/translations/en.json b/guacamole/src/main/webapp/translations/en.json index 4995f54c8..2ce69322d 100644 --- a/guacamole/src/main/webapp/translations/en.json +++ b/guacamole/src/main/webapp/translations/en.json @@ -425,6 +425,7 @@ "FIELD_HEADER_READ_ONLY" : "Read-only:", "FIELD_HEADER_RECORDING_NAME" : "Recording name:", "FIELD_HEADER_RECORDING_PATH" : "Recording path:", + "FIELD_HEADER_SERVER_ALIVE_INTERVAL" : "Server Keepalive Interval:", "FIELD_HEADER_TYPESCRIPT_NAME" : "Typescript name:", "FIELD_HEADER_TYPESCRIPT_PATH" : "Typescript path:",