Switch from keychain to ssh-add

Since we are starting the agent manually, keychain does not seem to be
adding any value. It was also throwing some errors.
This commit is contained in:
Tony Grosinger 2022-11-23 15:29:49 -08:00
parent 6e93ae5092
commit 61618c431f

View File

@ -42,7 +42,7 @@ if [[ "${OSTYPE}" == "linux-gnu"* ]]; then
fi
for key in $(find "${HOME}/.ssh" -type f -name "*.pub"); do
keychain --nogui --quiet "${key%.*}"
ssh-add -q "${key%.*}"
done
# bind -x '"\C-r"':reset