0.7.2
What's Changed
- Fix Bad configuration option: pubkeyacceptedalgorithms issue by @yokawasa in #19
- Add RSA workaround options (
-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa
) which was first added in PR #17 only if the local OpenSSH version >=8.5
- Add verbose option for debugging
- Add RSA workaround options (
- Add verbose option (
-v|--verbose
)
Full Changelog: 0.7.1...0.7.2