diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-29 11:22:32 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-29 11:22:32 -0400 |
commit | bb380b6acab1a37bfd98fe3f499a8ae6c9c61b91 (patch) | |
tree | 2324aed26679b6ba99bc9d538d32cff8bb72e95e /website | |
parent | 8c231756c2ada22a2f50a4a3cef7e6faccd9fe09 (diff) |
re-formatting bug for legibility.
Diffstat (limited to 'website')
-rw-r--r-- | website/bugs/ssh-connection-refused-with-proxycommand.mdwn | 4 |
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. |