24 #include "libssh/priv.h" 25 #include "libssh/kex.h" 26 #include "libssh/session.h" 31 void *bind_callbacks_userdata;
35 char *wanted_methods[SSH_KEX_METHODS];
47 unsigned int bindport;
50 bool config_processed;
52 char *pubkey_accepted_key_types;
These are the callbacks exported by the ssh_bind structure.
Definition: server.h:79
Definition: session.h:103