mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1290: Add public key parameter for SSH and SFTP connections.
This commit is contained in:
@@ -440,6 +440,10 @@
|
||||
"name" : "sftp-passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-public-key",
|
||||
"type" : "MULTILINE"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-root-directory",
|
||||
"type" : "TEXT"
|
||||
|
@@ -38,6 +38,10 @@
|
||||
{
|
||||
"name" : "passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "public-key",
|
||||
"type" : "MULTILINE"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -195,6 +195,10 @@
|
||||
"name" : "sftp-passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-public-key",
|
||||
"type" : "MULTILINE"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-root-directory",
|
||||
"type" : "TEXT"
|
||||
|
Reference in New Issue
Block a user