From 0cc2ed12c11960fca6d7fbf351a4c36aab454ad5 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Wed, 22 Apr 2026 01:21:02 +0200 Subject: [PATCH] Add ssh-agent-keyring backend to README Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index d2ea1fc5..b5fa3a80 100644 --- a/README.rst +++ b/README.rst @@ -183,6 +183,9 @@ use cases. Simply install them to make them available: password manager. - `onepassword-keyring `_ - a backend that stores secrets in the `1Password `_ password manager. +- `ssh-agent-keyring `_ + - a backend that keeps secrets encrypted at rest and unlocks them transparently + through ``ssh-agent``. - `sagecipher `_ - an encryption backend which uses the ssh agent protocol's signature operation to derive the cipher key.