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 |
|