Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active December 12, 2016 19:19
Show Gist options
  • Save mcandre/ddc03bf5c36720731345eeb408261911 to your computer and use it in GitHub Desktop.
Save mcandre/ddc03bf5c36720731345eeb408261911 to your computer and use it in GitHub Desktop.

ABOUT

The Vagrant community offers some Windows-kernel guests, for assisting in developing and testing applications in Windows environments.

$ vagrant box add -f opentable/win-2012r2-standard-amd64-nocm
$ cd <project>
$ vagrant init opentable/win-2012r2-standard-amd64-nocm && vagrant up

Fix Vagrant SSH Conflicts

Before users can successfully vagrant ssh to launch a console session into the running VM, sometimes the host SSH configuration must be tweaked, e.g. to reflect recent changes in security policies.

$HOME/.ssh/config:

HostkeyAlgorithms +ssh-dss

REQUIREMENTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment