mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Use all insecure private key paths
When constructing the ssh information, use all available insecure key paths for authentication.
This commit is contained in:
parent
380afe5fac
commit
e0dbbcc04c
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ module Vagrant
|
|||
if @config.ssh.private_key_path
|
||||
info[:private_key_path] = @config.ssh.private_key_path
|
||||
else
|
||||
info[:private_key_path] = @env.default_private_key_path
|
||||
info[:private_key_path] = @env.default_private_key_paths
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue