diff options
| author | Alan Dunn <amdunn@gmail.com> | 2014-03-07 08:13:22 -0600 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-03-27 10:05:58 +0100 |
| commit | f6276fe73940dd35bbd4f95d3cf902bcf69f23f3 (patch) | |
| tree | cf56fe6ba833a6634b9906596ce0c3b3c62f025d /src | |
| parent | 2a1089d6079c14da8d24c996402e24a689a9f5d3 (diff) | |
| download | libssh-f6276fe73940dd35bbd4f95d3cf902bcf69f23f3.tar.gz libssh-f6276fe73940dd35bbd4f95d3cf902bcf69f23f3.tar.xz libssh-f6276fe73940dd35bbd4f95d3cf902bcf69f23f3.zip | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 846ce368..1fda0c32 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). * |
