GUAC-1171: Add SFTP parameters to VNC.

This commit is contained in:
Michael Jumper
2015-07-10 21:15:35 -07:00
parent 1060d7b48e
commit 10e266aea9

View File

@@ -66,6 +66,41 @@
]
},
{
"name" : "sftp",
"fields" : [
{
"name" : "enable-sftp",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "sftp-hostname",
"type" : "TEXT"
},
{
"name" : "sftp-port",
"type" : "NUMERIC"
},
{
"name" : "sftp-username",
"type" : "USERNAME"
},
{
"name" : "sftp-password",
"type" : "PASSWORD"
},
{
"name" : "sftp-private-key",
"type" : "MULTILINE"
},
{
"name" : "sftp-passphrase",
"type" : "PASSWORD"
}
]
},
{
"name" : "audio",
"fields" : [