Remove config.ssh.password, it hasn't been used in years

This commit is contained in:
Mitchell Hashimoto 2012-03-03 21:02:10 -08:00
parent 5aa4ca7bb5
commit 1bc853a2c1
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ Vagrant::Config.run do |config|
config.vagrant.host = :detect
config.ssh.username = "vagrant"
config.ssh.password = "vagrant"
config.ssh.host = "127.0.0.1"
config.ssh.guest_port = 22
config.ssh.max_tries = 100