Fix a typo in ssh_settings.html.md

This commit is contained in:
Igor Vuk 2015-06-04 19:58:56 +02:00
parent 2b415d092e
commit b072e8bcf5
1 changed files with 1 additions and 1 deletions

View File

@ -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.