1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

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 <ansasaki@redhat.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Anderson Toshiyuki Sasaki
2019-05-16 14:57:49 +02:00
committed by Andreas Schneider
parent f4363f5655
commit 8f6e6f774e
3 changed files with 77 additions and 0 deletions

View File

@@ -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 */
};