summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-07-29 11:12:14 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-07-29 11:12:14 -0400
commit405a55189fc20ecbd417c6a4e81b11398f5cd98a (patch)
tree93b75bc6924a5b890b02194a711989b610af8145 /website
parent45e731aec668457ae8d568c8d37f18ca253e92bc (diff)
parent644d0d7a37aa265dfbdc15ba565323a005130823 (diff)
Merge commit 'jamie/master'
Diffstat (limited to 'website')
-rw-r--r--website/bugs/ssh-connection-refused-with-proxycommand.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/website/bugs/ssh-connection-refused-with-proxycommand.mdwn b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn
new file mode 100644
index 0000000..897a304
--- /dev/null
+++ b/website/bugs/ssh-connection-refused-with-proxycommand.mdwn
@@ -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.
+