GUAC-1171: Add SFTP parameters to RDP.

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

View File

@@ -190,6 +190,41 @@
"type" : "TEXT"
}
]
},
{
"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"
}
]
}
]