24 #include "libssh/priv.h"
25 #include "libssh/kex.h"
26 #include "libssh/session.h"
35 void *bind_callbacks_userdata;
39 char *wanted_methods[SSH_KEX_METHODS];
51 unsigned int bindport;
54 bool config_processed;
56 char *pubkey_accepted_key_types;
These are the callbacks exported by the ssh_bind structure.
Definition: server.h:81
Definition: session.h:121