X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=website%2Fbugs%2Fssh-connection-refused-with-proxycommand.mdwn;h=afd59f1a3bd16d32917f392464942c5d1bd14efc;hb=8c9c2f20a9897605724cdf8ca89c21391bd621ed;hp=bece48f8ec1041840464391c816823179f85da4e;hpb=8c231756c2ada22a2f50a4a3cef7e6faccd9fe09;p=monkeysphere.git diff --git a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn index bece48f..afd59f1 100644 --- a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn +++ b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn @@ -1,18 +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)