How can i send to SSHClient custom error message from SSH Server if connection not allowed.
For example, my ssh server for each connection checks userName, password and clientIP. How can i send error message to client in case of login/password is correct, but IP is blacklisted?