mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #935 from chrisroberts/fix/ssh-control-master
Include `-n` option for forwarded port ssh processes
This commit is contained in:
commit
18eb8d8d02
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user