add missing password field

This commit is contained in:
Boshi Lian 2023-02-28 16:45:42 -08:00 committed by GitHub
parent 2f87d3d26c
commit 12aab7a076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,9 @@
"ignore_hostkey": {
"type": "boolean"
},
"password": {
"type": "string"
},
"private_key": {
"type": "string"
},