diff --git a/bashrc b/bashrc index 67def8a..44fffd4 100644 --- a/bashrc +++ b/bashrc @@ -36,5 +36,5 @@ then # writes you PW to stdout... !!! VERY INSECURE, YE BE WARNED !!! export SSH_ASKPASS=~/.ssh/.ssh-pass ssh-add ~/.ssh/id_rsa /dev/null - unset SSH_ASK_PASS + unset SSH_ASKPASS fi