summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
blob: 2648fa963d2d28f4da0e5d792c5e9b2cc057a814 (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 assignements by a single '=' and no spaces.
  4. # Environement variables with the same names as these variables but
  5. # prefeced by "MONKEYSPHERE_" will take precedence over the values
  6. # specified here.
  7. # GPG home directory. If not specified either here or in the
  8. # MONKEYSPHERE_GNUPGHOME environment variable, then the value of the
  9. # GNUPGHOME environment variable will be used. If GNUPGHOME is not
  10. # set either, then the default value is listed below.
  11. # GNUPGHOME=~/.gnupg
  12. # GPG keyserver to search for keys.
  13. #KEYSERVER=subkeys.pgp.net
  14. # Set whether or not to check keyservers at every monkeysphere
  15. # interaction, including all ssh connections if you use the
  16. # monkeysphere-ssh-proxycommand.
  17. # NOTE: setting CHECK_KEYSERVER to true will leak information about
  18. # the timing and frequency of your ssh connections to the maintainer
  19. # of the keyserver.
  20. #CHECK_KEYSERVER=true
  21. # The path to the SSH known_hosts file.
  22. #KNOWN_HOSTS=~/.ssh/known_hosts
  23. # Whether or not to hash the generated known_hosts lines.
  24. # Should be "true" or "false".
  25. #HASH_KNOWN_HOSTS=true
  26. # The path to the SSH authorized_keys file.
  27. #AUTHORIZED_KEYS=~/.ssh/authorized_keys