mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
parent
53314b19a1
commit
9283a79045
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
4. Once the key is successfully deployed run `./deploy.sh` and follow the instructions.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
|
### 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.<br>
|
||||||
|
Now you can safely delete the SENSOR machine.
|
||||||
|
|
||||||
## Community Data Submission
|
## 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).
|
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:
|
You may opt out of the submission by removing the `# Ewsposter service` from `~/tpotce/docker-compose.yml` by following these steps:
|
||||||
|
|
Loading…
Reference in a new issue