Skip to content
Discussion options

You must be logged in to vote

Hey @nakedape69 👋🏼

This isn't a deliberate limit in the provider, but rather a consequence of how the SSH client picks host-key algorithms.

The provider sets HostKeyAlgorithms from the entries it finds for your host in ~/.ssh/known_hosts
(via the skeema/knownhosts library). It doesn't hardcode a short list.

The error you're seeing means this:

  • the provider offered [ecdsa-sha2-nistp384-cert-v01@openssh.com], your known_hosts has a @cert-authority entry for this host with an ecdsa-nistp384 CA key, so that's the only algorithm the client advertises.
  • peer offered ecdsa-sha2-nistp256[-cert], ssh-ed25519[-cert], your Proxmox host key/cert is nistp256/ed25519-based, never nistp384.

No overlap, …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nakedape69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants