axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

Doesn't work with OpenSSH version 8+

Open milesje opened this issue 4 years ago • 5 comments
trafficstars

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 avatar May 11 '21 18:05 milesje

@milesje hi! which version of axion-release are you using? :)

bgalek avatar May 11 '21 19:05 bgalek

I'm using version 1.13.2!

milesje avatar May 13 '21 13:05 milesje

@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 avatar May 17 '21 08:05 bgalek

@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 avatar May 17 '21 13:05 milesje

@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 :)

bgalek avatar May 17 '21 13:05 bgalek