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

Set config.ssh.insert_key = false in Vagrantfile #6

Closed
nihilanth41 opened this issue Oct 2, 2015 · 2 comments
Closed

Set config.ssh.insert_key = false in Vagrantfile #6

nihilanth41 opened this issue Oct 2, 2015 · 2 comments

Comments

@nihilanth41
Copy link
Contributor

This is essentially the same issue as here
I ran into this problem when trying to provision against a custom base box. When building the base box Vagrant (by default) will replace the default insecure ssh key pair. If you then try to provision against the base box it won't be able to authenticate. Setting the config option would disable the first replacement.

Alternatively, could add a note to the README describing the behavior.

@ruebot
Copy link
Contributor

ruebot commented Oct 5, 2015

@nihilanth41 I think adding a section to the README is the best course of action here.

ruebot added a commit that referenced this issue Oct 9, 2015
Add note to README about Vagrant ssh key behavior (#6)
@nihilanth41
Copy link
Contributor Author

Merged #7

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

No branches or pull requests

2 participants