options: Fix doc string

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Pavol Žáčik <pzacik@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2026-01-09 18:52:11 +01:00
parent 3c2b254206
commit ef45b8ae8c

View File

@@ -627,12 +627,12 @@ int ssh_options_set_algo(ssh_session session,
* Setting 0 will revert the value to defaults. * Setting 0 will revert the value to defaults.
* Default is 3072 bits or 2048 bits in FIPS mode. * Default is 3072 bits or 2048 bits in FIPS mode.
* (int) * (int)
*
* - SSH_OPTIONS_IDENTITY_AGENT * - SSH_OPTIONS_IDENTITY_AGENT
* Set the path to the SSH agent socket. If unset, the * Set the path to the SSH agent socket. If unset, the
* SSH_AUTH_SOCK environment is consulted. * SSH_AUTH_SOCK environment is consulted.
* (const char *) * (const char *)
*
* - SSH_OPTIONS_IDENTITIES_ONLY * - SSH_OPTIONS_IDENTITIES_ONLY
* Use only keys specified in the SSH config, even if agent * Use only keys specified in the SSH config, even if agent
* offers more. * offers more.