X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=website%2Fbugs%2Fssh-connection-refused-with-proxycommand.mdwn;fp=website%2Fbugs%2Fssh-connection-refused-with-proxycommand.mdwn;h=897a304a8e88fed105db007d45395aa6735fa270;hb=644d0d7a37aa265dfbdc15ba565323a005130823;hp=0000000000000000000000000000000000000000;hpb=4ac01c98191fd4d6d0ab3654de427fa02f0e93f7;p=monkeysphere.git 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. +