diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index 96f773feb..1eaac893e 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -329,14 +329,14 @@ "name" : "sftp-hostname", "type" : "TEXT" }, - { - "name" : "sftp-host-key", - "type" : "MULTILINE" - }, { "name" : "sftp-port", "type" : "NUMERIC" }, + { + "name" : "sftp-host-key", + "type" : "MULTILINE" + }, { "name" : "sftp-username", "type" : "USERNAME" diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json index 6410cfede..eed384eff 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/vnc.json @@ -123,14 +123,14 @@ "name" : "sftp-hostname", "type" : "TEXT" }, - { - "name" : "sftp-host-key", - "type" : "MULTILINE" - }, { "name" : "sftp-port", "type" : "NUMERIC" }, + { + "name" : "sftp-host-key", + "type" : "MULTILINE" + }, { "name" : "sftp-username", "type" : "USERNAME"