Hi, I want the ability to display a Welcome/Login banner with Mina SSHd. I think I could do it in the IoHandler::sessionCreated(IoSession session) method.
But this would be displayed after the user has logged in successfully. Is there a better way to achive this? Does anyone know how I might be able to do it even before a authentication is attempted. Thanks Farooq
