@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
@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