GUACAMOLE-203: Add support for configuring the server-alive-interval SSH parameter.

This commit is contained in:
Nick Couchman
2017-05-31 08:27:07 -04:00
parent 3beedd10af
commit 5e9c2c6689
2 changed files with 6 additions and 1 deletions

View File

@@ -69,6 +69,10 @@
{
"name" : "command",
"type" : "TEXT"
},
{
"name" : "server-alive-interval",
"type" : "NUMERIC"
}
]
},
@@ -137,4 +141,4 @@
}
]
}
}