From 5265b6d5cc6d20a3971baf2c7b32cea443810fc3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 21 Jan 2026 13:36:19 +0100 Subject: [PATCH] add: guide on ssh-tresor for encrypting secrets with SSH agent Signed-off-by: Harald Hoyer --- content/2026-01-21-ssh-tresor.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/2026-01-21-ssh-tresor.md b/content/2026-01-21-ssh-tresor.md index f89c033..1dcf092 100644 --- a/content/2026-01-21-ssh-tresor.md +++ b/content/2026-01-21-ssh-tresor.md @@ -1,4 +1,11 @@ -# ssh-tresor: Encrypting Secrets with Nothing but Your SSH Agent ++++ +title = "ssh-tresor: Encrypting Secrets with Nothing but Your SSH Agent" +date = 2026-01-21 +[taxonomies] +tags = [ "ssh", "encryption", "rust", "security" ] ++++ + + *DISCLAIMER: This article and most of the code was written with claude code. Use at your own risk.*