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

Daniel P. Berrangé posted 3 patches 2 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211118143547.2045554-1-berrange@redhat.com
block/ssh.c                            | 42 +++++++++++++++++++++-----
docs/system/qemu-block-drivers.rst.inc | 30 +++++++++++++++---
2 files changed, 61 insertions(+), 11 deletions(-)
[PATCH 0/3] block: misc fixes & improvements for SSH block driver key fingerprints
Posted by Daniel P. Berrangé 2 years, 5 months ago
 * 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(-)

-- 
2.31.1