--- title: "Fix medved SSH handler and move honeypot to manager node" date: 2026-02-11T13:23:00+01:00 draft: false tags: ["commit", "bojemoi", "fix", "stack"] categories: ["Git Activity"] summary: "Commit 2c863e8 par Betty — 2 fichier(s) modifié(s)" author: "Betty" --- ## Commit `2c863e8` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Auteur** | Betty | | **Hash** | `2c863e872992510d0cb2f73d6597fc7361d2c1dc` | | **Date** | 2026-02-11 | ### Description - Fix ssh_handler.py: generate host key with asyncssh.generate_private_key() instead of shelling out to ssh-keygen (fixes FileNotFoundError and asyncssh serialization TypeError) - Move medved from workers to manager node (replicated 1 on manager) to resolve overlay network connectivity to PostgreSQL Co-Authored-By: Claude Opus 4.6 ### Fichiers modifiés ``` M medved/honeypot/protocols/ssh_handler.py M stack/65-service-medved.yml ``` ### Statistiques ``` 2 files changed, 7 insertions(+), 7 deletions(-) ```