summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
blob: ca2fb834460dbe0b79d42069233a42211276a6ad (plain)
  1. # Monkeysphere system-wide client configuration file.
  2. # This is an sh-style shell configuration file. Variable names should
  3. # be separated from their assignments by a single '=' and no spaces.
  4. # Environment variables with the same names as these variables but
  5. # prefaced by "MONKEYSPHERE_" will take precedence over the values
  6. # specified here.
  7. # Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
  8. # increasing order of verbosity.
  9. #LOG_LEVEL=INFO
  10. # GPG home directory. If not specified either here or in the
  11. # MONKEYSPHERE_GNUPGHOME environment variable, then the value of the
  12. # GNUPGHOME environment variable will be used. If GNUPGHOME is not
  13. # set either, then the default value is listed below.
  14. #GNUPGHOME=~/.gnupg
  15. # GPG keyserver to search for keys.
  16. #KEYSERVER=pool.sks-keyservers.net
  17. # Set whether or not to check keyservers at every monkeysphere
  18. # interaction, including all ssh connections if you use the
  19. # monkeysphere ssh-proxycommand. Leave unset for default behavior
  20. # (see KEYSERVER CHECKING in monkeysphere(1)), or set to true or false.
  21. # NOTE: setting CHECK_KEYSERVER explicitly to true will leak
  22. # information about the timing and frequency of your ssh connections
  23. # to the maintainer of the keyserver.
  24. #CHECK_KEYSERVER=true
  25. # The path to the SSH known_hosts file.
  26. #KNOWN_HOSTS=~/.ssh/known_hosts
  27. # Whether or not to hash the generated known_hosts lines.
  28. # Should be "true" or "false".
  29. #HASH_KNOWN_HOSTS=false
  30. # The path to the SSH authorized_keys file.
  31. #AUTHORIZED_KEYS=~/.ssh/authorized_keys