only force using id_rsa password for that key
This commit is contained in:
parent
738955e19d
commit
28588ff57e
@ -10,10 +10,6 @@ export SVDIR="$XDG_STATE_HOME"/service
|
|||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export SUDO_EDITOR=nvim
|
export SUDO_EDITOR=nvim
|
||||||
|
|
||||||
# ssh
|
|
||||||
export SSH_ASKPASS=get_id_rsa_pass
|
|
||||||
export SSH_ASKPASS_REQUIRE=force
|
|
||||||
|
|
||||||
# wayland
|
# wayland
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
|
@ -81,7 +81,7 @@ if command -v keychain >/dev/null; then
|
|||||||
alias keychain="keychain --nolock --absolute --dir $XDG_RUNTIME_DIR"
|
alias keychain="keychain --nolock --absolute --dir $XDG_RUNTIME_DIR"
|
||||||
eval "$(keychain --quick --eval)"
|
eval "$(keychain --quick --eval)"
|
||||||
rbw unlock
|
rbw unlock
|
||||||
ssh-add ~/.ssh/id_rsa
|
SSH_ASKPASS=get_id_rsa_pass SSH_ASKPASS_REQUIRE=force ssh-add ~/.ssh/id_rsa
|
||||||
fi
|
fi
|
||||||
### End user configuration
|
### End user configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user