X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bashrc;h=2d0c31f5bfef4ef33239a1257b196cf4059eb5cc;hb=120c909d7bc4a93644aa497937c86c24a901b628;hp=2cec0f77902b30be28b4d728cbd97028311f6faa;hpb=be1e8af805fe6f645f35dfa25f94c9b4c8a69f1a;p=nethome.git 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.