summaryrefslogtreecommitdiff
path: root/examples/sshd_config
blob: 30368ca1996641179d1ed90d154c204d5f4e7681 (plain)
  1. # Monkeysphere sshd config (for use in /etc/sshd_config)
  2. # This checks for user keys in the OpenPGP WoT:
  3. AuthorizedKeysFile /var/lib/monkeysphere/authorized_keys/%u
  4. # be sure to also add a scheduled job to update these keys
  5. # (see the example cronjob)