mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00:00
libssh2_session: support DSS keys as well
Missing break in the switch.
This commit is contained in:
parent
28a6fd9396
commit
7475ee0f75
@ -412,6 +412,7 @@ virNetSSHCheckHostKey(virNetSSHSessionPtr sess)
|
||||
break;
|
||||
case LIBSSH2_HOSTKEY_TYPE_DSS:
|
||||
keyType = LIBSSH2_KNOWNHOST_KEY_SSHDSS;
|
||||
break;
|
||||
|
||||
case LIBSSH2_HOSTKEY_TYPE_UNKNOWN:
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user