mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
options: replace SSH_OPTIONS_GSSAPI_KEY_EXCHANGE_ALGS example
The ECDH-based GSS KEX methods are more modern. Signed-off-by: Pavol Žáčik <pzacik@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -571,7 +571,7 @@ int ssh_options_set_algo(ssh_session session,
|
||||
* - SSH_OPTIONS_GSSAPI_KEY_EXCHANGE_ALGS
|
||||
* Set the GSSAPI key exchange method to be used (const char *,
|
||||
* comma-separated list). ex:
|
||||
* "gss-group14-sha256-,gss-group16-sha512-"
|
||||
* "gss-curve25519-sha256-,gss-nistp256-sha256-"
|
||||
* These will prefix the default algorithms if
|
||||
* SSH_OPTIONS_GSSAPI_KEY_EXCHANGE is true.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user