From 8f6e6f774e4dc731bf5a6cd6f03290b9e6de826c Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Thu, 16 May 2019 14:57:49 +0200 Subject: bind_config: Add support for PubkeyAcceptedKeyTypes Add support for setting the accepted public key types through configuration file. Note that this does NOT add support for adding or removing values using '+' or '-'. Only replacing the whole list is supported. Signed-off-by: Anderson Toshiyuki Sasaki Reviewed-by: Jakub Jelen --- include/libssh/bind_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/bind_config.h') diff --git a/include/libssh/bind_config.h b/include/libssh/bind_config.h index 28216329..080c1bc9 100644 --- a/include/libssh/bind_config.h +++ b/include/libssh/bind_config.h @@ -46,6 +46,7 @@ enum ssh_bind_config_opcode_e { BIND_CFG_MACS, BIND_CFG_KEXALGORITHMS, BIND_CFG_MATCH, + BIND_CFG_PUBKEY_ACCEPTED_KEY_TYPES, BIND_CFG_MAX /* Keep this one last in the list */ }; -- cgit v1.2.3