in reply to Re^2: SSH daemon in Perl?
in thread SSH daemon in Perl?

OpenSSH can be configured to use PAM for authentication, but Net::Dropbear::SSHd (as suggested by salva) looks like it would be easier to use for what you plan to do.

Replies are listed 'Best First'.
Re^4: SSH daemon in Perl?
by robs87 (Novice) on Jun 23, 2016 at 22:20 UTC

    Thanks, that module looks promising. I'll give it a try.