diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-29 11:26:41 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-07-29 11:26:41 -0400 |
commit | 05d7e13d6a051e822ed84746ddfb7d9052623f64 (patch) | |
tree | 91579a298651d28648f2c74dfdb9607d918fa004 | |
parent | 720678af2849664438a8ab26eff20003fadb7ddb (diff) |
added explanation for bug problem.
-rw-r--r-- | website/bugs/ssh-connection-refused-with-proxycommand.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
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) |