mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-27 13:21:11 +03:00
dh: Add support for diffie-hellman-group14-sha1.
This commit is contained in:
committed by
Andreas Schneider
parent
977951e96a
commit
e689375e45
@@ -332,7 +332,7 @@ int ssh_options_set_algo(ssh_session session, int algo,
|
||||
* - SSH_OPTIONS_KEY_EXCHANGE:
|
||||
* Set the key exchange method to be used (const char *,
|
||||
* comma-separated list). ex:
|
||||
* "ecdh-sha2-nistp256,diffie-hellman-group1-sha1"
|
||||
* "ecdh-sha2-nistp256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1"
|
||||
*
|
||||
* - SSH_OPTIONS_HOSTKEYS:
|
||||
* Set the preferred server host key types (const char *,
|
||||
|
||||
Reference in New Issue
Block a user