logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

keydctl - control an onak keyd instance

Author

       onak    was    written    by    Jonathan    McDowell    <noodles@earth.li>.    It   can   be   found   at
       http://www.earth.li/projectpurple/progs/onak.htmlKEYD(8)

Description

       keydctl  is  a  command  line client for interacting with a backend keyd daemon. It's intended to perform
       functions that are specifically related to keyd  rather  than  being  generic  keyserver  functions.  See
       onak(1) for details about how to perform key related operations.

   Options-cFILE
              Use FILE as the config file instead of the default.

       -h     Display help text.

   Commandscheck  Query  if keyd is running and accepting commands. Returns 0 if it is, 1 otherwise. Outputs nothing
              to stdout/stderr.

       quit   Request that keyd exits cleanly

       status Display the status of a running keyd. Currently  the  protocol  version  in  use,  when  keyd  was
              started, the number of client connections seen and a breakdown of the commands seen.

Files

/etc/onak.ini              default configuration file

Name

       keydctl - control an onak keyd instance

Notes

       This man page could probably do with some more details.

See Also

onak(1) keyd(8)

Synopsis

keydctl [ options ] command

See Also