From b072e8bcf574156173ca7acede2111b7c7d0c335 Mon Sep 17 00:00:00 2001 From: Igor Vuk Date: Thu, 4 Jun 2015 19:58:56 +0200 Subject: [PATCH] Fix a typo in ssh_settings.html.md --- website/docs/source/v2/vagrantfile/ssh_settings.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/vagrantfile/ssh_settings.html.md b/website/docs/source/v2/vagrantfile/ssh_settings.html.md index 90864e80a..dba728d3a 100644 --- a/website/docs/source/v2/vagrantfile/ssh_settings.html.md +++ b/website/docs/source/v2/vagrantfile/ssh_settings.html.md @@ -22,7 +22,7 @@ public boxes are made as. `config.ssh.password` - This sets a password that Vagrant will use to 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 `insert_key` is true.