Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 22.04 compatibility issue? #157

Closed
mikkokotila opened this issue Apr 30, 2022 · 1 comment
Closed

Ubuntu 22.04 compatibility issue? #157

mikkokotila opened this issue Apr 30, 2022 · 1 comment

Comments

@mikkokotila
Copy link

With Ubuntu 22.04 get

======END======
2022/04/30 14:09:58 ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain

With Ubuntu 20.04 everything works just fine. Nothing else changed, just the Ubuntu version change and the result is that ssh-action stops working.

@Syzuna
Copy link

Syzuna commented May 3, 2022

yes this seems to be related to openssh 8.8p1-1 and up not accepting ssh-rsa key types by default.
for now you can add "PubkeyAcceptedKeyTypes=+ssh-rsa" to your /etc/ssh/sshd_config.
dont forget to restart the sshd service afterwards with "sudo systemctl restart sshd"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants