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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-10 12:14:38 +01:00
parent 9fd0171fd0
commit 924cd8466b

View File

@@ -106,6 +106,8 @@ normalize_ssh_key_file() {
mv "${var_tmp_file}" "${var_key_file}" mv "${var_tmp_file}" "${var_key_file}"
chmod 0600 "${var_key_file}"
if command -v ssh-keygen >/dev/null 2>&1; then if command -v ssh-keygen >/dev/null 2>&1; then
if ! ssh-keygen -lf "${var_key_file}" >/dev/null; then if ! ssh-keygen -lf "${var_key_file}" >/dev/null; then