Remove config.ssh.password, it hasn't been used in years
This commit is contained in:
parent
5aa4ca7bb5
commit
1bc853a2c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue