Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrantfile.erb - removing V2 unsupported ssh options #83

Merged
merged 1 commit into from
Dec 4, 2013

Conversation

totally
Copy link
Contributor

@totally totally commented Dec 4, 2013

Including these ssh options in Vagrantfile:

config.ssh.max_tries
config.ssh.timeout 

... causes vagrant (I'm running 1.3.5) to barf:

There are errors in the configuration of this machine. Please fix
the following errors and try again:

SSH:
* The following settings shouldn't exist: max_tries, timeout

And indeed, those options don't seem to exist in the v2 documentation:
http://docs.vagrantup.com/v2/vagrantfile/ssh_settings.html

I posit that a sane default Vagrantfile does not include these options.

@schisamo
Copy link
Contributor

schisamo commented Dec 4, 2013

👍

schisamo added a commit that referenced this pull request Dec 4, 2013
Vagrantfile.erb - removing V2 unsupported ssh options
@schisamo schisamo merged commit 428b5e5 into chef:master Dec 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants