plugins/synced_folders/rsync/helper.rb in vagrant-unbundled-2.0.1.0 vs plugins/synced_folders/rsync/helper.rb in vagrant-unbundled-2.0.2.0

- old
+ new

@@ -99,10 +99,10 @@ if !Vagrant::Util::Platform.solaris? && ssh_info[:keys_only] rsh += ["-o", "IdentitiesOnly=yes"] end # no strict hostkey checking unless paranoid - if ! ssh_info[:paranoid] + if ! ssh_info[:verify_host_key] rsh += [ "-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null"] end