From 9edd3daa8905660fb84662cb87c08dfc94f7b334 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Sun, 7 Jun 2009 07:59:03 +0000 Subject: [PATCH 1/1] Disable ssh-agent; unaware I would use it now. --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 2cec0f7..2d0c31f 100644 --- a/.bashrc +++ b/.bashrc @@ -375,6 +375,10 @@ if [ -f "$HOME/.bashrc.local" ];then source "$HOME/.bashrc.local";fi # Interactive part: for key in $HOME/.ssh/id_dsa;do + + # DISABLED now. + continue + [ -r "$key" ] || continue # Do not: [ -n "$SSH_TTY" ] && continue # as we may want foreign SSH keys too. -- 1.8.3.1