summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
blob: aa3a6640bd129eb893fc0aa8c17a8aa77741e430 (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. # GPG home directory
  5. #GNUPGHOME=~/.gnupg
  6. # GPG keyserver to search for keys
  7. #KEYSERVER=subkeys.pgp.net
  8. # Set whether or not to check keyservers at every monkeysphere
  9. # interaction, including all ssh connections if you use the
  10. # monkeysphere-ssh-proxycommand.
  11. # NOTE: setting CHECK_KEYSERVER to true will leak information about
  12. # the timing and frequency of your ssh connections to the maintainer
  13. # of the keyserver.
  14. #CHECK_KEYSERVER=true
  15. # ssh known_hosts file
  16. #KNOWN_HOSTS=~/.ssh/known_hosts
  17. # Whether or not to hash the generated known_hosts lines.
  18. # Should be "true" or "false"
  19. #HASH_KNOWN_HOSTS=true
  20. # ssh authorized_keys file (FIXME: why is this relevant in this file?)
  21. #AUTHORIZED_KEYS=~/.ssh/authorized_keys