Fix a typo in ssh_settings.html.md
This commit is contained in:
parent
2b415d092e
commit
b072e8bcf5
|
@ -22,7 +22,7 @@ public boxes are made as.
|
||||||
|
|
||||||
`config.ssh.password` - This sets a password that Vagrant will use to
|
`config.ssh.password` - This sets a password that Vagrant will use to
|
||||||
authenticate the SSH user. Note that Vagrant recommends you use key-based
|
authenticate the SSH user. Note that Vagrant recommends you use key-based
|
||||||
authentiation rather than a password (see `private_key_path`) below. If
|
authentication rather than a password (see `private_key_path`) below. If
|
||||||
you use a password, Vagrant will automatically insert a keypair if
|
you use a password, Vagrant will automatically insert a keypair if
|
||||||
`insert_key` is true.
|
`insert_key` is true.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue