Hi all,

I've just started working with SSHD and have some test code working. I'd
like to record each time a client connects to the ssh server, even if they
don't authenticate. I realise I can check getActiveSessions(), but as this
is a 'live' status, I will miss any connections that have already closed.

Is there a recommended way to listen to the active sessions and receive a
notification when a new session is created?

Thanks

Nick

Reply via email to