libnetconf2 icon indicating copy to clipboard operation
libnetconf2 copied to clipboard

ssh-ed25519 server host keys

Open matth65 opened this issue 2 years ago • 1 comments

Hello,

Is it possible to configure ssh-ed25519 host keys for the server as an alternative to RSA? I don't see this as one of the options in the union values defined for ietf-crypto-types:asymmetric-key-algorithm-t.

This appears to be supported by libssh, but I couldn't find a way to configure ssh-ed25519 server keys for netopeer2.

Best Regards, Matt

matth65 avatar Jan 25 '23 15:01 matth65

You are right, it seems it is not supported by the used ietf-netconf-server module nor by libnetconf2 itself. We are currently working on a new version of the library and we will try to add support for this key algorithm there.

michalvasko avatar Jan 26 '23 07:01 michalvasko