axion-release-plugin
axion-release-plugin copied to clipboard
Doesn't work with OpenSSH version 8+
We recently updated all of our servers and laptops to use OpenSSH 8.2p1 and now axion-release fails with a "Auth Fail" error. I spun up a snapshot of one of our Linux Servers that was running version 7.6p1 and it works fine on there.... Both machine are using the exact same RSA 2048 key so it must be the version of OpenSSH installed on the machine.
@milesje hi! which version of axion-release are you using? :)
I'm using version 1.13.2!
@milesje Are you willing to help with reproducing the issue on github action?
Maybe we could test axion-release-plugin with latest openssh?
how about that? :)
@bgalek I will help in any way I can. I've never used github actions, but I will learn it if I need to.
@milesje That's the spirit!
Here are the docs: https://docs.github.com/en/actions https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
You'll need something like
- name: Install xmllint
run: sudo apt-get install openssh
You can fork this repo and make changes in .github folder :)