GUACAMOLE-527: Add fields for known host key for servers.

This commit is contained in:
Nick Couchman
2018-04-05 06:32:31 -04:00
parent bc1dc41a7c
commit 50e3e4ab94
4 changed files with 25 additions and 10 deletions

View File

@@ -329,6 +329,10 @@
"name" : "sftp-hostname",
"type" : "TEXT"
},
{
"name" : "sftp-host-key",
"type" : "MULTILINE"
},
{
"name" : "sftp-port",
"type" : "NUMERIC"

View File

@@ -12,6 +12,10 @@
{
"name" : "port",
"type" : "NUMERIC"
},
{
"name" : "host-key",
"type" : "MULTILINE"
}
]
},

View File

@@ -123,6 +123,10 @@
"name" : "sftp-hostname",
"type" : "TEXT"
},
{
"name" : "sftp-host-key",
"type" : "MULTILINE"
},
{
"name" : "sftp-port",
"type" : "NUMERIC"