[Twisted-Python] Manhole - How to support

Jean-Paul Calderone exarkun at divmod.com
Wed Jun 21 08:36:51 MDT 2006


On Wed, 21 Jun 2006 09:28:07 -0400, "Chaz." <eprparadocs at gmail.com> wrote:
>I've built a 'ManholeFactory' to use with my application (see below).
>When I try to connect to it via the 'manhole' client (under Linux) it
>asks for Host, port, Name, Password, all of which I provide. But it gets
>an error returned.
>
>I was wondering if I need to do anything special (besides what my
>manhole support does)?

The manhole you set up with the attached code only listens for SSH
connections.  The Gtk2 manhole client that you're running hasn't been
updated to run with the new version of manhole yet.

I've run your code and tried ssh'ing into it and everything seems to
work alright.

Jean-Paul




More information about the Twisted-Python mailing list