adding first bug about ssh-proxycommand
authorJamie McClelland <jm@mayfirst.org>
Tue, 29 Jul 2008 15:07:46 +0000 (11:07 -0400)
committerJamie McClelland <jm@mayfirst.org>
Tue, 29 Jul 2008 15:07:46 +0000 (11:07 -0400)
website/bugs/ssh-connection-refused-with-proxycommand.mdwn [new file with mode: 0644]

diff --git a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn
new file mode 100644 (file)
index 0000000..897a304
--- /dev/null
@@ -0,0 +1,17 @@
+I added the following to my .ssh/config:
+
+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$
+
+The server auth.log has nothing in it.
+