Include LogLevel option within ssh command setup

This commit is contained in:
Chris Roberts 2016-08-11 12:12:45 -07:00
parent cb70749bd8
commit 7ba4f2087b
1 changed files with 1 additions and 0 deletions

View File

@ -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,
] ]