Well, each new ssh connection should spawn a new process so you could look
at it from that end. More technically, you could look into netstat or lsof
modules.
On Nov 23, 2010 11:31 AM, "Amit Saxena" <learn.tech...@gmail.com> wrote:
> Hi all,
>
> What's the best way to monitor ssh connectivity, and not just ssh port
> availability, to a server using perl assuming following constraints ?
>
> I tried for Net::SSH but public private key is not allowed.
>
> I tried for Net::SSH::Perl etc but these are not built in perl
distribution
> (active perl on windows or part of perl distribution of linux / solaris).
>
> Can we do it via "IO::Socket::INET" ?
>
> Thanks & Regards,
> Amit Saxena

Reply via email to