GUACAMOLE-600: Add SSH and SFTP timeout client options.

This commit is contained in:
Virtually Nick
2024-08-26 13:34:35 -04:00
parent b92222c3a0
commit 821af60a88
4 changed files with 17 additions and 2 deletions

View File

@@ -424,6 +424,10 @@
"name" : "sftp-port",
"type" : "NUMERIC"
},
{
"name" : "sftp-timeout",
"type" : "NUMERIC"
},
{
"name" : "sftp-host-key",
"type" : "TEXT"

View File

@@ -16,6 +16,10 @@
{
"name" : "host-key",
"type" : "TEXT"
},
{
"name" : "timeout",
"type" : "NUMERIC"
}
]
},

View File

@@ -175,6 +175,10 @@
"name" : "sftp-port",
"type" : "NUMERIC"
},
{
"name" : "sftp-timeout",
"type" : "NUMERIC"
},
{
"name" : "sftp-host-key",
"type" : "TEXT"