Created
December 11, 2016 13:56
-
-
Save vignesh-v3/b255c6aad30fa0fc80dba86cfd4980bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\vag-repo\prec32>vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Checking if box 'hashicorp/precise32' is up to date... | |
==> default: Machine already provisioned. Run `vagrant provision` or use the `-- | |
provision` | |
==> default: flag to force provisioning. Provisioners marked to run always will | |
still run. | |
C:\vag-repo\prec32>vagrant ssh | |
`ssh` executable not found in any directories in the %PATH% variable. Is an | |
SSH client installed? Try installing Cygwin, MinGW or Git, all of which | |
contain an SSH client. Or use your favorite SSH client with the following | |
authentication information shown below: | |
Host: 127.0.0.1 | |
Port: 2222 | |
Username: vagrant | |
Private key: C:/vag-repo/prec32/.vagrant/machines/default/virtualbox/private_key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment