afd59f1a3bd16d32917f392464942c5d1bd14efc
[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 ------
19
20 The problem was that the shebang line was `#!/bin/sh -e` instead of
21 plain ol' `#!/bin/sh`
22
23 [[bugs/done]] 2008-07-29 11:18:42-0400 (released in 0.6-1)