Add support for more options in ssh_options_get()

Signed-off-by: Adam Kerrison <adam_kerrison@bmc.com>
Squashed-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
Adam Kerrison
2023-07-04 12:27:28 +01:00
committed by Jakub Jelen
parent d2a8a464a7
commit 74a8d271ad
3 changed files with 472 additions and 30 deletions

View File

@@ -33,6 +33,8 @@ int ssh_options_set_algo(ssh_session session,
char **place);
int ssh_options_apply(ssh_session session);
char *ssh_options_get_algo(ssh_session session, enum ssh_kex_types_e algo);
#ifdef __cplusplus
}
#endif