[FIX][SHELL] Remove popups prompting for SSH key

This commit is contained in:
Bruno BELANYI 2020-08-28 13:13:07 +02:00
parent 9e6395c430
commit 04e1035114

View file

@ -50,6 +50,9 @@ elif { [ -n "$BASH_VERSION" ] || [ -n "$ZSH_VERSION" ] ; } &&
stty -ixon
fi
# I do not want popups when asking for my SSH key
unset SSH_ASKPASS
# Use keychain to handle ssh-agent, in interactive shell too
eval "$(keychain --eval id_rsa --eval shared_rsa --quiet)"