Merge pull request #935 from chrisroberts/fix/ssh-control-master

Include `-n` option for forwarded port ssh processes
This commit is contained in:
Darragh Bailey
2018-11-06 12:53:00 +00:00
committed by GitHub

View File

@@ -120,7 +120,7 @@ module VagrantPlugins
end
end
ssh_cmd << "ssh #{options} #{params}"
ssh_cmd << "ssh -n #{options} #{params}"
@logger.debug "Forwarding port with `#{ssh_cmd}`"
log_file = ssh_forward_log_file(host_ip, host_port,