fix(ssh): fall back to backup key when no primary SSH key present

This commit is contained in:
2026-05-16 13:27:30 +02:00
parent 83164ef4f0
commit 14a5de4730
2 changed files with 4 additions and 9 deletions

View File

@@ -41,6 +41,10 @@ in
"*" = {
AddKeysToAgent = "yes";
ForwardAgent = false;
identityFile = [
"~/.ssh/id_ed25519_sk"
"~/.ssh/id_ed25519_sk_bak"
];
};
};
};