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:
Gerben Meijer
2017-11-23 12:43:16 +01:00
committed by GitHub

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