Security fix: Disable anonymous MQTT access
Changed allow_anonymous from true to false in mosquitto.conf to prevent unauthorized access to the MQTT broker. Authentication is now required for all connections. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ log_timestamp true
|
|||||||
# Authentifizierung
|
# Authentifizierung
|
||||||
# Aktiviert bei Erstinstallation - Admin User wird durch Sync konfiguriert
|
# Aktiviert bei Erstinstallation - Admin User wird durch Sync konfiguriert
|
||||||
# allow_anonymous false
|
# allow_anonymous false
|
||||||
allow_anonymous true
|
allow_anonymous false
|
||||||
password_file /mosquitto/config/password.txt
|
password_file /mosquitto/config/password.txt
|
||||||
|
|
||||||
# Access Control List
|
# Access Control List
|
||||||
|
|||||||
Reference in New Issue
Block a user