Fabian Stelzer [off-list ref] writes:
On 30.10.21 19:07, René Scharfe wrote:
quoted
If the string "key" we found in the output of ssh-keygen happens to be
located at the very end of the line, then going four characters further
leaves us beyond the end of the string. Explicitly search for the
space after "key" to handle a missing one gracefully.
Signed-off-by: René Scharfe <redacted>
---
This code was added after v2.33.0.
Thanks. This is obviously correct.
Thanks, both. Will apply.