From 3f7f725e619e77f9728284cf6c84c56c2dd7aebb Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 18 Jul 2019 16:19:25 +0200 Subject: [PATCH] [FIX][SHELL] Launch keychain with password prompt --- shell/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/.profile b/shell/.profile index 4143ffe..2124c14 100644 --- a/shell/.profile +++ b/shell/.profile @@ -29,5 +29,5 @@ export LESS_TERMCAP_ue=$'\E[0m' # reset underline # Rust installation export PATH="$HOME/.cargo/bin:$PATH" -# Use keychain to handle only prompt for ssh keys once, when needed -eval $(keychain --eval id_rsa --quiet --nogui --noask) +# Use keychain to handle ssh-agent +eval $(keychain --eval id_rsa --quiet)