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

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