From 9283a790452c4755b9cacd49f65f16e5ea81885f Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 11 Jul 2024 13:11:46 +0200 Subject: [PATCH] Clariy removal of SENSORS in the .env config Fixes #1616 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93ed717a..43e9a158 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,10 @@ If you have not done already generate a SSH key to securely login to the **SENSO 4. Once the key is successfully deployed run `./deploy.sh` and follow the instructions.

+### Removing Sensors +Identify the `TPOT_HIVE_USER` ENV on the SENSOR in the `$HOME/tpotce/.env` config (it is a base64 encoded string). Now identify the same string in the `LS_WEB_USER` ENV on the HIVE in the `$HOME/tpotce/.env` config. Remove the string and restart T-Pot.
+Now you can safely delete the SENSOR machine. + ## Community Data Submission T-Pot is provided in order to make it accessible to everyone interested in honeypots. By default, the captured data is submitted to a community backend. This community backend uses the data to feed [Sicherheitstacho](https://sicherheitstacho.eu). You may opt out of the submission by removing the `# Ewsposter service` from `~/tpotce/docker-compose.yml` by following these steps: