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:23:26 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-07-29 11:23:26 -0400
commit720678af2849664438a8ab26eff20003fadb7ddb (patch)
treed1347fb22ed5ab2507a7fc26a6c78bd7f6f9f10f /website/bugs/ssh-connection-refused-with-proxycommand.mdwn
parentbb380b6acab1a37bfd98fe3f499a8ae6c9c61b91 (diff)
more 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.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn
index 4cb5ea6..0c6d8c8 100644
--- a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn
+++ b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn
@@ -1,17 +1,17 @@
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.
However, I can no longer connect to any hosts. Here's example out put:
- 0 jamie@liberace:bugs$ ssh root@chavez.mayfirst.org
- ms: processing host: chavez.mayfirst.org
- ms: - key not found.
- ssh_exchange_identification: Connection closed by remote host
- 255 jamie@liberace:bugs$
+ 0 jamie@liberace:bugs$ ssh root@chavez.mayfirst.org
+ ms: processing host: chavez.mayfirst.org
+ ms: - key not found.
+ ssh_exchange_identification: Connection closed by remote host
+ 255 jamie@liberace:bugs$
The server auth.log has nothing in it.