marking bug done.
[monkeysphere.git] / website / bugs / ssh-connection-refused-with-proxycommand.mdwn
1 I added the following to my .ssh/config:
2
3 Host *
4 ProxyCommand monkeysphere-ssh-proxycommand %h %p
5
6 So that the monkeysphere would be used for all my connections.
7
8 However, I can no longer connect to any hosts. Here's example out put:
9
10                 0 jamie@liberace:bugs$ ssh root@chavez.mayfirst.org
11                 ms: processing host: chavez.mayfirst.org
12                 ms:   - key not found.
13                 ssh_exchange_identification: Connection closed by remote host
14                 255 jamie@liberace:bugs$
15
16 The server auth.log has nothing in it.
17
18 [[bugs/done]] 2008-07-29 11:18:42-0400 (released in 0.6-1)