From: jkratoch <> Date: Sun, 7 Jun 2009 07:59:03 +0000 (+0000) Subject: Disable ssh-agent; unaware I would use it now. X-Git-Url: https://git.jankratochvil.net/?a=commitdiff_plain;h=9edd3daa8905660fb84662cb87c08dfc94f7b334;p=nethome.git Disable ssh-agent; unaware I would use it now. --- 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.