mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #814 from ntff/20170914_issue796
update to the recent changes of default behavior in netcat.openbsd (fixes #796)
This commit is contained in:
@@ -73,7 +73,7 @@ module VagrantPlugins
|
||||
"ssh '#{@machine.provider_config.host}' " \
|
||||
"-l '#{@machine.provider_config.username}' " \
|
||||
"-i '#{@machine.provider_config.id_ssh_key_file}' " \
|
||||
'nc %h %p'
|
||||
'nc -q0 %h %p'
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user