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