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

Host is unable to use keys from ssh-agent while provisioning #1

Open
ajsalminen opened this issue Aug 29, 2017 · 0 comments
Open

Host is unable to use keys from ssh-agent while provisioning #1

ajsalminen opened this issue Aug 29, 2017 · 0 comments

Comments

@ajsalminen
Copy link
Member

Vagrant 1.9.5 seems to fail using the default insecure key at all when "config.ssh.keys_only = false" is set. Setting the private key manually causes IdentitiesOnly to be always set for ssh. This means we can't use any other keys and things like mysql_sync fail during the provisioning.

Seems like there are upcoming changes to the code handling this in vagrant so maybe it will be fixed in a future release. If all else fails, config.ssh.extra_args could be used to circumvent this once it's available.

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

1 participant