fix(ssh): fall back to backup key when no primary SSH key present
This commit is contained in:
@@ -41,6 +41,10 @@ in
|
||||
"*" = {
|
||||
AddKeysToAgent = "yes";
|
||||
ForwardAgent = false;
|
||||
identityFile = [
|
||||
"~/.ssh/id_ed25519_sk"
|
||||
"~/.ssh/id_ed25519_sk_bak"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user