Add openpgpg2pem.
[monkeysphere.git] / examples / sshd_config
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
5 # be sure to also add a scheduled job to update these keys
6 # (see the example cronjob)