diff --git a/content/2026-01-21-ssh-tresor.md b/content/2026-01-21-ssh-tresor.md index 1dcf092..d580ed7 100644 --- a/content/2026-01-21-ssh-tresor.md +++ b/content/2026-01-21-ssh-tresor.md @@ -5,6 +5,8 @@ date = 2026-01-21 tags = [ "ssh", "encryption", "rust", "security" ] +++ +What if your SSH agent could encrypt secrets, not just authenticate connections? ssh-tresor does exactly that—it uses your SSH keys to encrypt files with no key material stored on disk. Works seamlessly over forwarded agents, supports multiple keys like LUKS slots, and turns your existing SSH setup into a portable secret management solution. + *DISCLAIMER: This article and most of the code was written with claude code. Use at your own risk.*