From: Daniel Kahn Gillmor Date: Tue, 29 Jul 2008 15:22:32 +0000 (-0400) Subject: re-formatting bug for legibility. X-Git-Tag: monkeysphere_0.7-1~29 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=bb380b6acab1a37bfd98fe3f499a8ae6c9c61b91 re-formatting bug for legibility. --- diff --git a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn index bece48f..4cb5ea6 100644 --- a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn +++ b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn @@ -1,7 +1,7 @@ I added the following to my .ssh/config: -Host * -ProxyCommand monkeysphere-ssh-proxycommand %h %p + Host * + ProxyCommand monkeysphere-ssh-proxycommand %h %p So that the monkeysphere would be used for all my connections.