[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Fix documentation typo.
[Thread Prev] | [Thread Next]
- Subject: [PATCH] Fix documentation typo.
- From: Hani Benhabiles <kroosec@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 18 Feb 2016 18:15:33 +0100
- To: libssh@xxxxxxxxxx
Signed-off-by: Hani Benhabiles <hani@xxxxxxxxx> --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 70b4ca5..d6fad08 100644 --- a/src/options.c +++ b/src/options.c @@ -332,7 +332,7 @@ int ssh_options_set_algo(ssh_session session, int algo, * - SSH_OPTIONS_HOSTKEYS: * Set the preferred server host key types (const char *, * comma-separated list). ex: - * "ssh-rsa,ssh-dsa,ecdh-sha2-nistp256" + * "ssh-rsa,ssh-dss,ecdh-sha2-nistp256" * * - SSH_OPTIONS_COMPRESSION_C_S: * Set the compression to use for client to server -- 2.5.0
Archive administrator: postmaster@lists.cynapses.org