]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virNetLibsshAuthMethod: Drop 'password' field
authorPeter Krempa <pkrempa@redhat.com>
Thu, 8 Dec 2022 12:53:17 +0000 (13:53 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Jan 2023 15:32:26 +0000 (16:32 +0100)
commit22e9e238d5612b7f1c04d406df5273a5b3ef17bb
tree56a6bc23c59c9dc2227ccd904258eecdb5921b1b
parentbf5f65fead342429cc7e863739093629696fee2e
virNetLibsshAuthMethod: Drop 'password' field

The field was never populated so we can remove it and all the associated
logic.

Both for password authentication and fetching the password for the
public key we still can use the authentication callbacks.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
src/rpc/virnetlibsshsession.c