[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/6] doc: Add ECDSA keys to docs, make key docs consistent
[Thread Prev] | [Thread Next]
- Subject: [PATCH 4/6] doc: Add ECDSA keys to docs, make key docs consistent
- From: Alan Dunn <amdunn@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 7 Mar 2014 08:13:22 -0600
- To: libssh@xxxxxxxxxx
- Cc: Alan Dunn <amdunn@xxxxxxxxx>
Signed-off-by: Alan Dunn <amdunn@xxxxxxxxx> --- src/options.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 846ce36..1fda0c3 100644 --- a/src/options.c +++ b/src/options.c @@ -1360,11 +1360,14 @@ static int ssh_bind_set_key(ssh_bind sshbind, char **key_loc, * (string). * * SSH_BIND_OPTIONS_DSAKEY: - * Set the path to the dsa ssh host key (string). + * Set the path to the ssh host dsa key (string). * * SSH_BIND_OPTIONS_RSAKEY: * Set the path to the ssh host rsa key (string). * + * SSH_BIND_OPTIONS_ECDSAKEY: + * Set the path to the ssh host ecdsa key (string). + * * SSH_BIND_OPTIONS_BANNER: * Set the server banner sent to clients (string). * -- 1.7.9.5
[PATCH 0/6] Fix ability to use ECDSA keys | Alan Dunn <amdunn@xxxxxxxxx> |