Revert "update to the recent changes of default behavior in netcat.openbsd (fixes #796)"

This commit is contained in:
Dmitry Vasilets
2018-02-02 18:42:50 +01:00
committed by GitHub
parent d9732b855f
commit 394cc34290

View File

@@ -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 -q0 %h %p'
'nc %h %p'
end