Include update in ssh util for verify_host_key value
This commit is contained in:
parent
0e0f660f62
commit
e3e3a332b3
|
@ -140,7 +140,7 @@ module Vagrant
|
|||
end
|
||||
|
||||
# no strict hostkey checking unless paranoid
|
||||
if ! ssh_info[:verify_host_key]
|
||||
if ssh_info[:verify_host_key] == :never
|
||||
command_options += [
|
||||
"-o", "StrictHostKeyChecking=no",
|
||||
"-o", "UserKnownHostsFile=/dev/null"]
|
||||
|
|
Loading…
Reference in New Issue