Bash History
Bash history can be a dangerous thing.
Bash history is a wonderful tool.
Bash history can be a wonderful tool reminding us of all those previous commands we may have forgotten. Gosh some shells like Fish go even further and provides auto suggestions based on previously typed commands.
So what is the problem?
The problem is that if an unathorized person managhes to gain access to your servers he will try and elevate his permissions to other users and look at their bash history.
What things could they find?
Wallet Passords
2. EOS Private keys
TIP and TRICKS
When logging out of your SSH shell, exit using the following command, which will delete all your history for your current session and any previous sessions.
You can make life even easier by creating an alias for this command.
Last updated