mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-1290: Merge parameter definitions and translations for SSH public key (cert auth).
This commit is contained in:
@@ -448,6 +448,10 @@
|
||||
"name" : "sftp-passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-public-key",
|
||||
"type" : "MULTILINE"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-root-directory",
|
||||
"type" : "TEXT"
|
||||
|
@@ -42,6 +42,10 @@
|
||||
{
|
||||
"name" : "passphrase",
|
||||
"type" : "PASSWORD"
|
||||
},
|
||||
{
|
||||
"name" : "public-key",
|
||||
"type" : "MULTILINE"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -199,6 +199,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