in reply to Re: Re: Net::SSH::Perl Module Problem
in thread Net::SSH::Perl Module Problem
Net::SSH::Perl implements a client, not a remote listener. You can't do want you want directly from Net::SSH::Perl. Instead, read the CPAN Documentation for Net::SSH::Perl, look at the $ssh->shell directive and like I and other's have said, grep the information you want out of sshd's log files.