update Fri Feb 5 18:37:00 PST 2010
[pkgsrc.git] / wip / remctl / DESCR
1 remctl (the client) and remctld (the server) implement a client/server
2 protocol for running single commands on a remote host using Kerberos
3 v5 authentication and returning the output. They use a very simple
4 GSSAPI-authenticated network protocol, combined with server-side ACL
5 support and a server configuration file that maps remctl commands to
6 programs that should be run when that command is called by an
7 authorized user. remctld is very similar to a CGI server that uses a
8 different network protocol than HTTP and always does strong
9 authentication before executing the desired command.