Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601930 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +1 lines)
Line  Link Here
0
-- a/lib/vagrant/util/ssh.rb
0
++ b/lib/vagrant/util/ssh.rb
Lines 107-113 module Vagrant Link Here
107
        # Command line options
107
        # Command line options
108
        command_options = [
108
        command_options = [
109
          "-p", options[:port].to_s,
109
          "-p", options[:port].to_s,
110
          "-o", "Compression=yes",
111
          "-o", "DSAAuthentication=yes",
110
          "-o", "DSAAuthentication=yes",
112
          "-o", "LogLevel=#{log_level}"]
111
          "-o", "LogLevel=#{log_level}"]
113
112

Return to bug 601930