Add 62 blog posts generated from git commit history
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 5s
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:
42
content/posts/commits/2026-02-11-commit-2c863e8.md
Normal file
42
content/posts/commits/2026-02-11-commit-2c863e8.md
Normal 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(-)
|
||||
```
|
||||
Reference in New Issue
Block a user