From fbad7868c12e2d23fe1f35bb44c4126b4a28aba1 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 17 Dec 2019 16:52:06 +0100 Subject: [PATCH] [UPDATE][SHELL] Use ssh-agent on shared RSA key --- shell/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/.profile b/shell/.profile index 0ac5a7b..c61443d 100644 --- a/shell/.profile +++ b/shell/.profile @@ -48,7 +48,7 @@ if { [ -n "$BASH_VERSION" ] && shopt -q login_shell; } || fi # 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 source ~/.scripts/localrc