changes after review
This commit is contained in:
parent
a943f67da1
commit
a1d78edaf8
|
@ -234,7 +234,7 @@ module VagrantPlugins
|
||||||
proxy_cmd += " exec nc %h %p 2>/dev/null"
|
proxy_cmd += " exec nc %h %p 2>/dev/null"
|
||||||
|
|
||||||
ssh_options << "-o ProxyCommand='#{ proxy_cmd }'"
|
ssh_options << "-o ProxyCommand='#{ proxy_cmd }'"
|
||||||
elsif @machine.provider_name == :libvirt && @machine.provider_config.connect_via_ssh
|
elsif @machine.ssh_info[:proxy_command] && @machine.provider_config.connect_via_ssh
|
||||||
proxy_cmd = @machine.ssh_info[:proxy_command]
|
proxy_cmd = @machine.ssh_info[:proxy_command]
|
||||||
ssh_options << "-o ProxyCommand='#{ proxy_cmd }'"
|
ssh_options << "-o ProxyCommand='#{ proxy_cmd }'"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue