index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-02-09 11:31:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-02-09 11:31:40 +0100 |
commit | d7ddf955b47361d6b8d4a691bf66950d419a2d00 (patch) | |
tree | 8bdc19e124220e9fd2e14dab23cfd9a301701058 /bin/sanity-check | |
parent | fbf85d32f9efd43df8032de71c295b1648e98300 (diff) |
-rwxr-xr-x | bin/sanity-check | 1 |
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 |