GUACAMOLE-1290: Add public key parameter for SSH and SFTP connections.

This commit is contained in:
Virtually Nick
2024-06-14 22:30:06 -04:00
parent 8525aa15d7
commit 24443d6955
4 changed files with 15 additions and 0 deletions

View File

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

View File

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

View File

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