mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
- The `vagrant ssh_config` command was including the `Host` option, which for OpenSSH_6.5p1 at least is throwing an error: ``` Host directive not supported as a command-line option ``` - Also changing the local bind_address in the ssh command to 'localhost' instead of '0.0.0.0' in order to not expose the VM to other hosts on the host machine's network. If this is desired, then the user can manually override it in the Vagrantfile config for port forwarding.