From cf0b9e6298f92961f37fe45bda338cd68637a597 Mon Sep 17 00:00:00 2001 From: Alexandre Petit <62973006+AlexpFr@users.noreply.github.com> Date: Sat, 21 Feb 2026 01:59:25 +0100 Subject: [PATCH] SSH Agent: Add SSH certificate section in documentation --- docs/topics/SSHAgent.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/topics/SSHAgent.adoc b/docs/topics/SSHAgent.adoc index 8b385c64c..d55bb31ff 100644 --- a/docs/topics/SSHAgent.adoc +++ b/docs/topics/SSHAgent.adoc @@ -177,4 +177,10 @@ If you chose to not autoload the key on database unlock, you can manually make t .SSH Agent Load Key from Context Menu image::sshagent_context_menu.png[] + +==== Associate certificate to SSH key +If you have an externally generated OpenSSH certificate file associated with your SSH key, you can configure it in the "Certificate" tab. + +When the key is loaded, if "Use certificate" is checked, both the key and certificate are added to the agent. + // end::content[]