mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-17 11:10:23 +00:00
- The output of ssh-keyscan scan contain comments that start with '#'. When these are present, they are incorrectly assumed to be valid keys. Ignore these lines. Tests: - Output of ssh-keyscan with latest OpenSSH in Debian testing contains comments. Trying to verify the identity of the remove host without the patch fails when adding remote backup repository. When patch is applied, it works (except RSA key). Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>