summaryrefslogtreecommitdiff
path: root/website/bugs/ssh-connection-refused-with-proxycommand.mdwn
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-07-29 11:22:32 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-07-29 11:22:32 -0400
commitbb380b6acab1a37bfd98fe3f499a8ae6c9c61b91 (patch)
tree2324aed26679b6ba99bc9d538d32cff8bb72e95e /website/bugs/ssh-connection-refused-with-proxycommand.mdwn
parent8c231756c2ada22a2f50a4a3cef7e6faccd9fe09 (diff)
re-formatting bug for legibility.
Diffstat (limited to 'website/bugs/ssh-connection-refused-with-proxycommand.mdwn')
-rw-r--r--website/bugs/ssh-connection-refused-with-proxycommand.mdwn4
1 files changed, 2 insertions, 2 deletions
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.