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",
|
||||
"host": "127.0.0.1",
|
||||
"username": "foo",
|
||||
"password": "bar"
|
||||
"ssh_username": "foo",
|
||||
"ssh_password": "bar"
|
||||
}
|
||||
</pre>
|
||||
|
||||
|
|
Loading…
Reference in New Issue