V8.13.404.2025.11.10
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 3m10s
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user