GUACAMOLE-203: Add configuration option for SSH keepalives in SFTP connections.

This commit is contained in:
Nick Couchman
2017-05-31 21:07:14 -04:00
parent 5e9c2c6689
commit 605ff4f615
3 changed files with 10 additions and 0 deletions

View File

@@ -318,6 +318,10 @@
{
"name" : "sftp-directory",
"type" : "TEXT"
},
{
"name" : "sftp-keepalive",
"type" : "NUMERIC"
}
]
}

View File

@@ -131,6 +131,10 @@
{
"name" : "sftp-directory",
"type" : "TEXT"
},
{
"name" : "sftp-keepalive",
"type" : "NUMERIC"
}
]
},