I am painfully trying to get vagrant working with powershell/cmd.exe on Windows. I finally made quite a bit of progress, but I also hit a blocker with vagrant-sshfs.
Apparently the way the new vagrant-sshfs works (no authentication and using sshfs in slave mode [1]) does not play well with powershell and cmd.exe. It starts up the sftp-server process and sets up the mount, but as soon as the ruby process exits, so does the sftp-server process. I opened an issue for this: [2] When running with cygwin, this is not a problem. Dusty [1] - https://github.com/dustymabe/vagrant-sshfs/pull/13/commits/a57960972764134d97db0438cfaa9e3a2e31eb2c [2] - https://github.com/dustymabe/vagrant-sshfs/issues/24 _______________________________________________ Container-tools mailing list [email protected] https://www.redhat.com/mailman/listinfo/container-tools
