Re: [PATCH 3/3] block: print the server key type and fingerprint on failure

2021-12-23 Thread Philippe Mathieu-Daudé
On 11/18/21 15:35, Daniel P. Berrangé wrote: > When validating the server key fingerprint fails, it is difficult for > the user to know what they got wrong. The fingerprint accepted by QEMU > is received in a different format than openssh displays. There can also > be keys for multiple different ci

Re: [PATCH 3/3] block: print the server key type and fingerprint on failure

2021-12-23 Thread Hanna Reitz
On 18.11.21 15:35, Daniel P. Berrangé wrote: When validating the server key fingerprint fails, it is difficult for the user to know what they got wrong. The fingerprint accepted by QEMU is received in a different format than openssh displays. There can also be keys for multiple different ciphers

[PATCH 3/3] block: print the server key type and fingerprint on failure

2021-11-18 Thread Daniel P . Berrangé
When validating the server key fingerprint fails, it is difficult for the user to know what they got wrong. The fingerprint accepted by QEMU is received in a different format than openssh displays. There can also be keys for multiple different ciphers in known_hosts. It may not be obvious which cip