From: Daniel Kahn Gillmor Date: Tue, 29 Jul 2008 15:26:41 +0000 (-0400) Subject: added explanation for bug problem. X-Git-Tag: monkeysphere_0.7-1~27 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=05d7e13d6a051e822ed84746ddfb7d9052623f64;p=monkeysphere.git added explanation for bug problem. --- diff --git a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn index 0c6d8c8..afd59f1 100644 --- a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn +++ b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn @@ -15,4 +15,9 @@ However, I can no longer connect to any hosts. Here's example out put: 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)