diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-07-15 17:02:08 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-07-15 17:57:06 -0400 |
commit | 9b594d761d60fad6444b26ff3d41708e1c138abf (patch) | |
tree | 20f64e73ba688de1a43f133ecc907bdd19a04ba4 /examples/ssh_config | |
parent | 37af72d965da6938e0236a5296892cd6b3f99092 (diff) |
added some examples for system integration
Diffstat (limited to 'examples/ssh_config')
-rw-r--r-- | examples/ssh_config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ssh_config b/examples/ssh_config new file mode 100644 index 0000000..b6746a1 --- /dev/null +++ b/examples/ssh_config @@ -0,0 +1,4 @@ +# Monkeysphere ssh config stanza (for ~/.ssh/config or /etc/ssh_config) +# This checks for host keys in the OpenPGP WoT: +Host * +ProxyCommand monkeysphere ssh-proxycommand %h %p |