ssh_bind_accept_fd

@brief Accept an incoming ssh connection on the given file descriptor and initialize the session.

@param ssh_bind_o The ssh server bind to accept a connection. @param session A preallocated ssh session @param fd A file descriptor of an already established TCP inbound connection @see ssh_new @see ssh_bind_accept @return SSH_OK when a connection is established

extern (C)
int
ssh_bind_accept_fd

Meta