diff options
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 |