Include update in ssh util for verify_host_key value

This commit is contained in:
Chris Roberts 2018-07-30 11:25:29 -07:00
parent 0e0f660f62
commit e3e3a332b3
1 changed files with 1 additions and 1 deletions

View File

@ -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"]