GUACAMOLE-1290: Merge parameter definitions and translations for SSH public key (cert auth).

This commit is contained in:
Mike Jumper
2024-08-27 15:43:37 -07:00
committed by GitHub
4 changed files with 15 additions and 0 deletions

View File

@@ -448,6 +448,10 @@
"name" : "sftp-passphrase",
"type" : "PASSWORD"
},
{
"name" : "sftp-public-key",
"type" : "MULTILINE"
},
{
"name" : "sftp-root-directory",
"type" : "TEXT"

View File

@@ -42,6 +42,10 @@
{
"name" : "passphrase",
"type" : "PASSWORD"
},
{
"name" : "public-key",
"type" : "MULTILINE"
}
]
},

View File

@@ -199,6 +199,10 @@
"name" : "sftp-passphrase",
"type" : "PASSWORD"
},
{
"name" : "sftp-public-key",
"type" : "MULTILINE"
},
{
"name" : "sftp-root-directory",
"type" : "TEXT"