honeydctl — Honey
    Control
  
    | honeyd | [ -v] [-tseconds] [socket] | 
Honeydctl is used to connect to
    Honeyd's management console.
The options are as follows:
  - -v
- Tells honeydctlto output all conversations.
- -tseconds
- Specifies the timeout in seconds when connection to
      Honeyd.
Using honeydctl, it is possible to
    dynamically configure Honeyd. All commands that can
    be specified in a regular Honeyd configuration file,
    may also be specified on the console. The tool understand the following
    additional commands:
  - list [template]
- Outputs a list of all configured templates. If a template is specified as
      argument, specific information about the template is returned. The command
      also matches templates based on wild cards similar to file system
      globbing.
  - /var/run/honeyd.pid
- The default socket that honeydctlconnects
    to.
Niels Provos ⟨provos@citi.umich.edu⟩