Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • What is it you're actually asking, I see three different things being asked, maybe you could expand the question then flag to migrate. Thanks.
    – Kev
    Commented Jun 5, 2012 at 22:48
  • 3
    By default the ssh port of VM which is -22 will be forwarded to 2222 on host machine. I putty-ed on 127.0.0.1 and port 2222 with SSH and it worked! Commented Jun 14, 2012 at 17:14
  • 8
    If you're running more than one box, that port number will change automatically. You can get the right one by running vagrant ssh-config. Commented Oct 17, 2012 at 16:05