26 #ifndef BIND_CONFIG_H_
27 #define BIND_CONFIG_H_
29 #include "libssh/server.h"
35 enum ssh_bind_config_opcode_e {
37 BIND_CFG_NOT_ALLOWED_IN_MATCH = -4,
39 BIND_CFG_UNKNOWN = -3,
43 BIND_CFG_UNSUPPORTED = -1,
46 BIND_CFG_LISTENADDRESS,
51 BIND_CFG_KEXALGORITHMS,
53 BIND_CFG_PUBKEY_ACCEPTED_KEY_TYPES,
54 BIND_CFG_HOSTKEY_ALGORITHMS,
66 int ssh_bind_config_parse_file(
ssh_bind sshbind,
const char *filename);
76 int ssh_bind_config_parse_string(
ssh_bind bind,
const char *input);