From ef45b8ae8c070c5e1ba439131f954361daeaced8 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 9 Jan 2026 18:52:11 +0100 Subject: [PATCH] options: Fix doc string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Jelen Reviewed-by: Pavol Žáčik Reviewed-by: Andreas Schneider --- src/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.c b/src/options.c index c940f3e0..d83a3c5d 100644 --- a/src/options.c +++ b/src/options.c @@ -627,12 +627,12 @@ int ssh_options_set_algo(ssh_session session, * Setting 0 will revert the value to defaults. * Default is 3072 bits or 2048 bits in FIPS mode. * (int) - + * * - SSH_OPTIONS_IDENTITY_AGENT * Set the path to the SSH agent socket. If unset, the * SSH_AUTH_SOCK environment is consulted. * (const char *) - + * * - SSH_OPTIONS_IDENTITIES_ONLY * Use only keys specified in the SSH config, even if agent * offers more.