Commit 70440a80 authored by Darren Foo's avatar Darren Foo

Correct example to use ssh_username/ssh_password

parent 253b5594
...@@ -19,8 +19,8 @@ no provisioners are defined, but it will connect to the specified host via ssh. ...@@ -19,8 +19,8 @@ no provisioners are defined, but it will connect to the specified host via ssh.
{ {
"type": "null", "type": "null",
"host": "127.0.0.1", "host": "127.0.0.1",
"username": "foo", "ssh_username": "foo",
"password": "bar" "ssh_password": "bar"
} }
</pre> </pre>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment