From 9b594d761d60fad6444b26ff3d41708e1c138abf Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 15 Jul 2010 17:02:08 -0400 Subject: added some examples for system integration --- examples/sshd_config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/sshd_config (limited to 'examples/sshd_config') diff --git a/examples/sshd_config b/examples/sshd_config new file mode 100644 index 0000000..30368ca --- /dev/null +++ b/examples/sshd_config @@ -0,0 +1,6 @@ +# Monkeysphere sshd config (for use in /etc/sshd_config) +# This checks for user keys in the OpenPGP WoT: +AuthorizedKeysFile /var/lib/monkeysphere/authorized_keys/%u + +# be sure to also add a scheduled job to update these keys +# (see the example cronjob) -- cgit v1.2.3