-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
vagrant can' t connect to getting started virtual machine. #4
Comments
hef, This could be due to the script which Vagrant uses to SSH. Can you try SSHing manually:
The password is Feel free to jump in #vagrant if you get a chance and we can probably work this out pretty quick. Mitchell |
That ssh command and password got me in. /vagrant appears to be empty in the VM |
hef, Yeah it would be, since Mitchell |
hef, An update: We recently pushed an update to Vagrant which allows us to support key-based SSH connections versus passworded. Perhaps this will [somehow] fix the problem you were having, since I've had no luck in figuring out the error you have been getting and so far no one has come forward with the same issue. The key-based SSH won't be in the gem until 0.2, but you're welcome to give it a shot straight from master (the base box online is already updated with the correct public key). Mitchell |
I haven't heard any word on this issue in some time, so I'm going to close it. If this issue crops up again, please start a new GH issue. Thanks, |
I am attempting to run through the getting started tutorial.
I am on os x, and there is some kind of ssh conflict with my private ssh key on this machine.
Note that the machine has my ssh key in os x's keychain.
The machine asks for my private ssh key over and over again, but doesn't seem to accept it either way, not that it would as the VM shouldn't have my public key anyway.
Program output:
http://gist.github.com/326739
The text was updated successfully, but these errors were encountered: