Correct example to use ssh_username/ssh_password
This commit is contained in:
parent
253b5594ef
commit
70440a805e
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue