From 24161b8a4ac0c46ccaa5a81e9d8759f536a542f6 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 18 Feb 2017 15:26:41 +0000 Subject: [PATCH] Prevent ssh-add breaking things temporarily --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index b4ed5f4..76e1e5b 100644 --- a/.profile +++ b/.profile @@ -45,3 +45,6 @@ fi if which gnome-keyring-daemon >/dev/null 2>&1; then export $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gnupg) fi + +# Always add SSH key to the running agent; local or remote +#ssh-add