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
commit 18eb8d8d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,