matschaffer / knife-solo

DEPRECATED: Please consider using https://knife-zero.github.io/, ansible, or visit https://www.chef.io/ for other ideas
MIT License
786 stars 213 forks source link

Net::SSH - Deprecation warning for option :paranoid #529

Open webhoernchen opened 6 years ago

webhoernchen commented 6 years ago

since Net::SSH version 4.2.0:

:paranoid is deprecated, please use :verify_host_key. Supported Both :paranoid and :verify_host_key were specified. :verify_host_key takes precedence, :paranoid will be ignored.

This change removes the deprecation warning for the current Net::SSH version and supports older versions of Net::SSH, too.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.03%) to 90.089% when pulling c5a76961823fe108c2b84c6701f9cb9064187d63 on webhoernchen:master into 3c851a4faee46dd1d0682642632c96e165329c7c on matschaffer:master.