re-formatting bug for legibility.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 29 Jul 2008 15:22:32 +0000 (11:22 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 29 Jul 2008 15:22:32 +0000 (11:22 -0400)
website/bugs/ssh-connection-refused-with-proxycommand.mdwn

index bece48f8ec1041840464391c816823179f85da4e..4cb5ea6f2e36e68f6cc1bedaebcc1da6dfb76631 100644 (file)
@@ -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.