Hacker News new | past | comments | ask | show | jobs | submit login

> surely bash doesn't cache passwords

It does if you're careless enough to type them out in clear text, e.g. when connecting to a mysql database:

    mysql -h host -u user -pMyPassword database



Useful tip: with

  HISTCONTROL=ignorespace
in your .bashrc, if you start a line with a space, it won't be entered into your history.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: