Skip to content

Instantly share code, notes, and snippets.

@rhanekom
Created May 20, 2012 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhanekom/2757358 to your computer and use it in GitHub Desktop.
Save rhanekom/2757358 to your computer and use it in GitHub Desktop.
Vagrant SSH on windows
`vagrant ssh` isn't available on the Windows platform. You are still able
to SSH into the virtual machine if you get a Windows SSH client (such as
PuTTY). The authentication information is shown below:
Host: 127.0.0.1
Port: 2222
Username: vagrant
Private key: C:/Users/[user]/.vagrant.d/insecure_private_key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment