Merge 1.0.0 changes back to master.

This commit is contained in:
Michael Jumper
2018-06-27 21:04:33 -07:00
4 changed files with 25 additions and 10 deletions

View File

@@ -333,6 +333,10 @@
"name" : "sftp-port",
"type" : "NUMERIC"
},
{
"name" : "sftp-host-key",
"type" : "TEXT"
},
{
"name" : "sftp-username",
"type" : "USERNAME"

View File

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

View File

@@ -127,6 +127,10 @@
"name" : "sftp-port",
"type" : "NUMERIC"
},
{
"name" : "sftp-host-key",
"type" : "TEXT"
},
{
"name" : "sftp-username",
"type" : "USERNAME"