Files
blog/content/posts/commits/2026-02-11-commit-2c863e8.md
Betty 7ac1bd5f4f
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5s
Add 62 blog posts generated from git commit history
One-shot import of all bojemoi repo commits as Hugo posts.
Each post includes metadata, files changed, and diff stats.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 14:16:05 +01:00

43 lines
1.0 KiB
Markdown

---
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 <noreply@anthropic.com>
### Fichiers modifiés
```
M medved/honeypot/protocols/ssh_handler.py
M stack/65-service-medved.yml
```
### Statistiques
```
2 files changed, 7 insertions(+), 7 deletions(-)
```