aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-05-16 14:57:49 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-06-12 10:17:54 +0200
commit8f6e6f774e4dc731bf5a6cd6f03290b9e6de826c (patch)
treef4d1f87bdd898b7ce42855b9e409664a0b71fa4a /include/libssh
parentf4363f56551509e1c43a20115448af269525285f (diff)
downloadlibssh-8f6e6f774e4dc731bf5a6cd6f03290b9e6de826c.tar.gz
libssh-8f6e6f774e4dc731bf5a6cd6f03290b9e6de826c.tar.xz
libssh-8f6e6f774e4dc731bf5a6cd6f03290b9e6de826c.zip
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>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/bind_config.h1
1 files changed, 1 insertions, 0 deletions
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 */
};