V8.13.404.2025.11.10
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 3m10s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-10 13:40:06 +01:00
parent 52c8fef1d9
commit 41fcb3f6c4
4 changed files with 172 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ normalize_ssh_key_file() {
### Validate with ssh-keygen if available.
if command -v ssh-keygen >/dev/null 2>&1; then
### Always: fingerprint check (works for private and public keys)
### Always: fingerprint check (works for private and public keys).
if ! ssh-keygen -lf "${var_key_file}" >/dev/null; then
printf "\e[91m++++ ++++ ++++ ++++ ++++ ++++ ++ ❌ Failed check ssh-keygen -lf: [%s] \e[0m\n" "${var_key_file}"