in reply to Re^2: SSH daemon in Perl?
in thread SSH daemon in Perl?
Hi robs87,
How can I make the OpenSSH server execute this program upon connection without creating any user accounts?
What's stopping you from setting up a new user? One more thing to consider, in your suggested scenario, whose user permissions is the script supposed to run with - I'm guessing not sshd's permissions (often root)?
I don't know about Net::SSH::Perl::Subsystem::Server, but nothing is stopping you from trying it out :-) (The documentation does mention its API is in alpha.)
Regards,
-- Hauke D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: SSH daemon in Perl?
by robs87 (Novice) on Jun 22, 2016 at 23:07 UTC | |
by haukex (Archbishop) on Jun 23, 2016 at 19:43 UTC |