X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Fbugs%2Fssh-connection-refused-with-proxycommand.mdwn;h=afd59f1a3bd16d32917f392464942c5d1bd14efc;hb=961306e8cb0a730a788a90cfa9c1a7d9bd89b909;hp=897a304a8e88fed105db007d45395aa6735fa270;hpb=405a55189fc20ecbd417c6a4e81b11398f5cd98a;p=monkeysphere.git diff --git a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn index 897a304..afd59f1 100644 --- a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn +++ b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn @@ -1,17 +1,23 @@ 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. +------ + +The problem was that the shebang line was `#!/bin/sh -e` instead of +plain ol' `#!/bin/sh` + +[[bugs/done]] 2008-07-29 11:18:42-0400 (released in 0.6-1)