[UPDATE][SHELL] Use ssh-agent on shared RSA key
This commit is contained in:
parent
6d4f572af8
commit
fbad7868c1
|
@ -48,7 +48,7 @@ if { [ -n "$BASH_VERSION" ] && shopt -q login_shell; } ||
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Use keychain to handle ssh-agent, in interactive shell too
|
# Use keychain to handle ssh-agent, in interactive shell too
|
||||||
eval "$(keychain --eval id_rsa --eval id_ed25519 --quiet)"
|
eval "$(keychain --eval id_rsa --eval shared_rsa --quiet)"
|
||||||
|
|
||||||
# Use my localrc script to automatically source/unsource local configurations
|
# Use my localrc script to automatically source/unsource local configurations
|
||||||
source ~/.scripts/localrc
|
source ~/.scripts/localrc
|
||||||
|
|
Loading…
Reference in a new issue