commit
9030496afd
|
@ -58,7 +58,7 @@ module Vagrant
|
||||||
if Util::Platform.windows?
|
if Util::Platform.windows?
|
||||||
raise Errors::SSHUnavailableWindows, :host => ssh_info[:host],
|
raise Errors::SSHUnavailableWindows, :host => ssh_info[:host],
|
||||||
:port => ssh_info[:port],
|
:port => ssh_info[:port],
|
||||||
:username => ssh_info[:username,
|
:username => ssh_info[:username],
|
||||||
:key_path => ssh_info[:private_key_path]
|
:key_path => ssh_info[:private_key_path]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue