mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user