only force using id_rsa password for that key

This commit is contained in:
2025-01-17 08:35:11 -05:00
parent 738955e19d
commit 28588ff57e
2 changed files with 1 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ if command -v keychain >/dev/null; then
alias keychain="keychain --nolock --absolute --dir $XDG_RUNTIME_DIR"
eval "$(keychain --quick --eval)"
rbw unlock
ssh-add ~/.ssh/id_rsa
SSH_ASKPASS=get_id_rsa_pass SSH_ASKPASS_REQUIRE=force ssh-add ~/.ssh/id_rsa
fi
### End user configuration