From d7ddf955b47361d6b8d4a691bf66950d419a2d00 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Feb 2024 11:31:40 +0100 Subject: cope with ssh-ed25519 keys in ssh-key check --- bin/sanity-check | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/sanity-check b/bin/sanity-check index c5ffb7c..281b03a 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -603,6 +603,7 @@ while [ $# -gt 0 ]; do "${tmp_dir}/ssh-keys.mysql" sed -n ' /^command/ { + s/ssh-ed25519/ssh-rsa/ s/^\(\(\S\+\s\+\)\{4\}\)\S.*$/\1/ s/\s\+$// p -- cgit v1.2.3-54-g00ecf