fix issues with SSH_ASKPASS hanging
This commit is contained in:
@@ -80,6 +80,7 @@ fi
|
||||
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
|
||||
fi
|
||||
### End user configuration
|
||||
|
Reference in New Issue
Block a user