How can I make the OpenSSH server execute this program upon connection without creating any user accounts?
You'll need one user to actually own the process running the perl script but it can be the same user serving all your clients. Then use ForceCommand to ensure that they can only execute echo.pl. You can/should also set that user's shell to something suitably restrictive.
In reply to Re^3: SSH daemon in Perl?
by hippo
in thread SSH daemon in Perl?
by robs87
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |