Disable ssh-agent; unaware I would use it now.
authorjkratoch <>
Sun, 7 Jun 2009 07:59:03 +0000 (07:59 +0000)
committerjkratoch <>
Sun, 7 Jun 2009 07:59:03 +0000 (07:59 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 2cec0f7..2d0c31f 100644 (file)
--- 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.