This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
Delightful Dysprosium
Net::SSH
dependency has been bumped from~ 2
to~ 4
- Fix for CVE-2018-6517: Previously
Net::SSH
would automatically add new host signatures to the user SSHknown_hosts
. This is considered to be a security risk. By upgradingNet::SSH
to 4, we can now provide a customknown_hosts
file where new hosts will be saved, while still honoring existing signatures in the userknown_hosts
file. - Rubocop fixes