Better ssh agent management

This commit is contained in:
Jeremy Wall 2021-10-28 21:49:43 -04:00
parent fccf25b295
commit 6c1dd033b6

View File

@ -22,3 +22,6 @@ shopt -s histappend
set -o vi
export LC_ALL=en_US.UTF-8
eval $(ssh-agent -s)
ssh-add $(find ~/.ssh -iname id_* | grep -v '.pub')