mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
options: Fix documentation typo
Signed-off-by: Hani Benhabiles <hani@linux.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit f8bde7156f)
This commit is contained in:
committed by
Andreas Schneider
parent
a69a1af568
commit
6b608e70ee
@@ -332,7 +332,7 @@ int ssh_options_set_algo(ssh_session session, int algo,
|
|||||||
* - SSH_OPTIONS_HOSTKEYS:
|
* - SSH_OPTIONS_HOSTKEYS:
|
||||||
* Set the preferred server host key types (const char *,
|
* Set the preferred server host key types (const char *,
|
||||||
* comma-separated list). ex:
|
* comma-separated list). ex:
|
||||||
* "ssh-rsa,ssh-dsa,ecdh-sha2-nistp256"
|
* "ssh-rsa,ssh-dss,ecdh-sha2-nistp256"
|
||||||
*
|
*
|
||||||
* - SSH_OPTIONS_COMPRESSION_C_S:
|
* - SSH_OPTIONS_COMPRESSION_C_S:
|
||||||
* Set the compression to use for client to server
|
* Set the compression to use for client to server
|
||||||
|
|||||||
Reference in New Issue
Block a user