1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

doc: Add ECDSA keys to docs, make key docs consistent

Signed-off-by: Alan Dunn <amdunn@gmail.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Alan Dunn
2014-03-07 08:13:22 -06:00
committed by Andreas Schneider
parent 2a1089d607
commit f6276fe739

View File

@@ -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).
*