Better ssh agent management
This commit is contained in:
parent
fccf25b295
commit
6c1dd033b6
@ -22,3 +22,6 @@ shopt -s histappend
|
|||||||
set -o vi
|
set -o vi
|
||||||
|
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
|
eval $(ssh-agent -s)
|
||||||
|
ssh-add $(find ~/.ssh -iname id_* | grep -v '.pub')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user