mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1171: Add SFTP parameters to RDP.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user