Skip to content

Instantly share code, notes, and snippets.

@sibinx7
Last active March 9, 2018 05:31
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 sibinx7/ad21a3d1fbdc9ce77665626dfc74a4dd to your computer and use it in GitHub Desktop.
Save sibinx7/ad21a3d1fbdc9ce77665626dfc74a4dd to your computer and use it in GitHub Desktop.
Vagrant related issues

Vagrant Public Key permission issue on Windows 10 after Windows ssh beta installation

Solutions: (Not tested)

 config.vm.synced_folder '.', '/home/vagrant/somepath'  
  config.vm.synced_folder "ikiwiki/", "/home/vagrant"

Windows PowerShell openSSH issue. Uninstalled openSSH, now working

Github issues

1.hashicorp/vagrant#9433

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