Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-02-09 11:31:40 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-02-09 11:31:40 +0100
commitd7ddf955b47361d6b8d4a691bf66950d419a2d00 (patch)
tree8bdc19e124220e9fd2e14dab23cfd9a301701058
parentfbf85d32f9efd43df8032de71c295b1648e98300 (diff)
cope with ssh-ed25519 keys in ssh-key check
-rwxr-xr-xbin/sanity-check1
1 files changed, 1 insertions, 0 deletions
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