Lines Matching refs:ssh
34 struct ssh;
46 int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *,
50 struct passwd *mm_getpwnamallow(struct ssh *, const char *);
52 int mm_auth_password(struct ssh *, const char *);
55 int mm_user_key_allowed(struct ssh *ssh, struct passwd *, struct sshkey *, int,
57 int mm_hostbased_key_allowed(struct ssh *, struct passwd *, const char *,
62 void mm_decode_activate_server_options(struct ssh *ssh, struct sshbuf *m);
73 void mm_start_pam(struct ssh *);
86 void mm_send_keystate(struct ssh *, struct monitor*);
104 void server_process_permitopen(struct ssh *);
105 void server_process_channel_timeouts(struct ssh *ssh);
107 server_get_connection_info(struct ssh *, int, int);