in reply to Re: SSH daemon in Perl?
in thread SSH daemon in Perl?
Thanks for the response.
I could configure openssh-server to execute a Perl program upon connection, but that would require user accounts on the server. I would also lose a lot of control if the connections were handled by OpenSSH.
The goal is to create a self-contained Perl program (it's fine if it requires external modules) that listens on port 22. For simplicity, it can be a basic echo server. I'll connect by entering ssh localhost and it will echo back the lines I enter.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SSH daemon in Perl?
by perlfan (Parson) on Jun 22, 2016 at 19:58 UTC | |
by robs87 (Novice) on Jun 22, 2016 at 20:08 UTC | |
|