From 5133533de292a30c4b0ce3c9a101660a020b6cec Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 17 May 2023 13:03:07 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a1b474..90366ea 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,7 @@ Tell Bash to use */dev/null* instead of *~/.bash_history*. This is the first com ```sh export HISTFILE=/dev/null -unset SSH_CONNECTION -unset SSH_CLIENT +unset SSH_CONNECTION SSH_CLIENT ``` (We also clear SSH_* variables in case we logged in with SSH. Otherwise any process we start gets a copy of our IP in /proc/self/environ.)