Package: vagrant
Version: 2.0.0+dfsg-1
Severity: normal
Hi!
This package uses the deprecated :paranoid key instead of the current
:verify_host_key, as shown by these warning messages:
,---
:paranoid is deprecated, please use :verify_host_key. Supported values are
exactly the same, only the name of the option has changed.
`---
The usage can be found in several modules:
$ dpkg -L vagrant | xargs grep -s :paranoid
/usr/share/rubygems-integration/all/gems/vagrant-2.0.0/lib/vagrant/machine.rb:
info[:paranoid] ||= @config.ssh.default.paranoid
/usr/share/rubygems-integration/all/gems/vagrant-2.0.0/lib/vagrant/machine.rb:
info[:paranoid] = @config.ssh.paranoid
/usr/share/rubygems-integration/all/gems/vagrant-2.0.0/lib/vagrant/util/ssh.rb:
if ! ssh_info[:paranoid]
/usr/share/rubygems-integration/all/gems/vagrant-2.0.0/plugins/commands/ssh_config/command.rb:
paranoid: ssh_info[:paranoid],
/usr/share/rubygems-integration/all/gems/vagrant-2.0.0/plugins/communicators/ssh/communicator.rb:
paranoid: ssh_info[:paranoid],
/usr/share/rubygems-integration/all/gems/vagrant-2.0.0/plugins/kernel_v2/config/ssh_connect.rb:
attr_accessor :paranoid
/usr/share/rubygems-integration/all/gems/vagrant-2.0.0/plugins/synced_folders/rsync/helper.rb:
if ! ssh_info[:paranoid]
And the warning originates from the ruby-net-ssh package.
Thanks,
Guillem