dcosson / vagrant-unison2

Vagrant plugin to sync local files to VM using Unison over SSH
MIT License
50 stars 8 forks source link

Fix ssh authorization issue. #9

Closed carstn closed 8 years ago

carstn commented 8 years ago

This fixes an authorization issue that happens on vagrant up for me.

The deeper issue is that the current ssh options don't always match what vagrant expects (according to vagrant ssh-config). In the future, it would be good to set ssh options based on that instead of setting them statically in lib/vagrant-unison2/ssh_command.rb.