On Thu, Apr 28, 2011 at 01:58, shawn wilson <ag4ve...@gmail.com> wrote:
> ...
>
> And I'd like a way for my system to not store my password scheme. I'd prefer
> something better than editing my history file.

Instead of tampering with your system what would you say on issuing those
sensitive commands in a new shell and then KILL that shell?

For example:

$ echo "This will propably get into .bash_history."
This will propably get into .bash_history.
$ bash
$ echo "While this won't when this shell gets KILLED!" | sha512sum
...
$ pgrep bash
$ kill <PID-of-that-new-bash-shell>
$

Sophoklis


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTi=k43eqxivck6dzf7qk8wuazgd...@mail.gmail.com

Reply via email to