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

failed to add aur.archlinux.org to known hosts Unknown key type "dsa" #39

Closed
doums opened this issue Jul 1, 2024 · 5 comments · Fixed by nymtech/nym-vpn-client#595
Closed

Comments

@doums
Copy link

doums commented Jul 1, 2024

Hi, since recently (last week the action was still working fine), the action is failing

Adding aur.archlinux.org to known hosts` with the following error
  Unknown key type "dsa"

see https://github.com/nymtech/nym-vpn-client/actions/runs/9746853221/job/26898179272

@KSXGitHub
Copy link
Owner

It was probably disabled by Arch Linux itself

From https://wiki.archlinux.org/title/SSH_keys:

OpenSSH 7.0 deprecated and disabled support for DSA keys due to discovered vulnerabilities and OpenSSH 9.8 is built without support for DSA keys by default, therefore the choice of cryptosystem lies within RSA or one of the two types of ECC.

@doums
Copy link
Author

doums commented Jul 2, 2024

Sorry I'm not sure, does this mean that something needs to be fixed in the action side?

@KSXGitHub
Copy link
Owner

@doums I have removed dsa from default keyscan types. Let me know if it still error.

@doums
Copy link
Author

doums commented Jul 2, 2024

Sorry I missed the ssh_keyscan_types input. But yea better to have valid defaults for it.
I confirm the new release of the action solves it https://github.com/nymtech/nym-vpn-client/actions/runs/9759650071/job/26936770343

Thanks!

@iTrooz
Copy link

iTrooz commented Jul 9, 2024

You should probably remove the dsa key from the README example

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

Successfully merging a pull request may close this issue.

3 participants