mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-527: Add fields for known host key for servers.
This commit is contained in:
@@ -329,6 +329,10 @@
|
||||
"name" : "sftp-hostname",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-host-key",
|
||||
"type" : "MULTILINE"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-port",
|
||||
"type" : "NUMERIC"
|
||||
|
@@ -12,6 +12,10 @@
|
||||
{
|
||||
"name" : "port",
|
||||
"type" : "NUMERIC"
|
||||
},
|
||||
{
|
||||
"name" : "host-key",
|
||||
"type" : "MULTILINE"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -123,6 +123,10 @@
|
||||
"name" : "sftp-hostname",
|
||||
"type" : "TEXT"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-host-key",
|
||||
"type" : "MULTILINE"
|
||||
},
|
||||
{
|
||||
"name" : "sftp-port",
|
||||
"type" : "NUMERIC"
|
||||
|
Reference in New Issue
Block a user