On 3/28/21 11:49 PM, Neal Gompa wrote:
On Sun, Mar 28, 2021 at 5:10 PM Bastian Germann
<bastiangermann(a)fishpost.de> wrote:
>
> 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(a)fishpost.de>
> ---
> src/rpc/virnetsshsession.c | 16 +++++++++++++++-
> 1 file changed, 15 insertions(+), 1 deletion(-)
>
LGTM.
Reviewed-by: Neal Gompa <ngompa13(a)gmail.com>
Pushed now. Congratulations on your first libvirt contribution!
Michal