summaryrefslogtreecommitdiff
path: root/examples/sshd_config
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-07-15 17:02:08 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-07-15 17:57:06 -0400
commit9b594d761d60fad6444b26ff3d41708e1c138abf (patch)
tree20f64e73ba688de1a43f133ecc907bdd19a04ba4 /examples/sshd_config
parent37af72d965da6938e0236a5296892cd6b3f99092 (diff)
added some examples for system integration
Diffstat (limited to 'examples/sshd_config')
-rw-r--r--examples/sshd_config6
1 files changed, 6 insertions, 0 deletions
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)