website/docs: a small note about replacing keys

This commit is contained in:
Mitchell Hashimoto 2014-10-24 10:37:11 -07:00
parent 533004e932
commit b37c031bc3
1 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,10 @@ that OpenSSH is very picky about file permissions. Therefore, make sure
that `~/.ssh` has `0700` permissions and the authorized keys file has
`0600` permissions.
When Vagrant boots a box and detects the insecure keypair, it will
automatically replace it with a randomly generated keypair for additional
security while the box is running.
### Root Password: "vagrant"
Vagrant doesn't actually use or expect any root password. However, having