Include LogLevel option within ssh command setup
This commit is contained in:
parent
cb70749bd8
commit
7ba4f2087b
|
@ -87,6 +87,7 @@ module VagrantPlugins
|
||||||
# rsh cmd option
|
# rsh cmd option
|
||||||
rsh = [
|
rsh = [
|
||||||
"ssh", "-p", "#{ssh_info[:port]}",
|
"ssh", "-p", "#{ssh_info[:port]}",
|
||||||
|
"-o", "LogLevel=#{log_level}",
|
||||||
proxy_command,
|
proxy_command,
|
||||||
control_options,
|
control_options,
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue