Hi, I have successfully implemented an SSH server that supports password and publickey authentication methods using server callbacks. I was wondering what would I need to do to add support for the interactive method. Is there some more general way of how to assign a callback to it? Or do I need to rewrite it all as in the example SSHD (provided that ssh_message_get() is non-blocking on a non-blocking ssh_session)?
Kind regards, Michal
