mbox series

[0/3] block: misc fixes & improvements for SSH block driver key fingerprints

Message ID 20211118143547.2045554-1-berrange@redhat.com (mailing list archive)
Headers show
Series block: misc fixes & improvements for SSH block driver key fingerprints | expand

Message

Daniel P. Berrangé Nov. 18, 2021, 2:35 p.m. UTC
* The docs were pointing people towards the obsolete and insecure
   MD5 fingerprint config instead of preferred sha256
 * The sha256 fingerprint handling wasn't wired up into the legacy
   CLI parsing code
 * Finger print check failures were hard to diagnose due to limited
   info reported on error.

Daniel P. Berrangé (3):
  block: better document SSH host key fingerprint checking
  block: support sha256 fingerprint with pre-blockdev options
  block: print the server key type and fingerprint on failure

 block/ssh.c                            | 42 +++++++++++++++++++++-----
 docs/system/qemu-block-drivers.rst.inc | 30 +++++++++++++++---
 2 files changed, 61 insertions(+), 11 deletions(-)