Add 62 blog posts generated from git commit history
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5s

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>
This commit is contained in:
Betty
2026-02-17 14:16:05 +01:00
parent eafc75fd5e
commit 7ac1bd5f4f
62 changed files with 2909 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
---
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(-)
```