]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: libssh2: Enable EC host keys
authorBastian Germann <bastiangermann@fishpost.de>
Sun, 28 Mar 2021 21:10:21 +0000 (23:10 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Apr 2021 14:35:57 +0000 (16:35 +0200)
commit509d9b5b9f539cebaaa905437ba58b5a80a4d4a4
treeea13f1a51c7ba7183f1600371f8c8b64e53b4994
parent9ac2ca799a48388ac1d3c561b99bfbe039d17cca
rpc: libssh2: Enable EC host keys

libssh2 has ECDSA and ED25519 support beginning with v1.9.0. libvirt cannot
make use of those because it will handle them as unknown key types.

Add support for those host key types.

Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/rpc/virnetsshsession.c