[Twisted-Python] PB over SSH

Jean-Paul Calderone exarkun at divmod.com
Thu Sep 21 20:54:06 EDT 2006


On Wed, 20 Sep 2006 22:13:38 -0500, Aron Bierbaum <aronbierbaum at gmail.com> wrote:
>Is there currently any way to us PB over a SSH connection? I noticed that
>there was a post on this list back in Feb 2004, but I didn't see anyone
>mention it after that. If anyone has any sample code that does this I would
>greatly appreciate it.

PB requires a particular API from its transport, like many protocols.  It is
entirely possible to implement this API in terms of SSH, and probably not even particularly difficult.  However, no one has done this yet (and contributed the result to Twisted), so if you will need to if you want to run PB over SSH.

Running PB over SSL is significantly easier and may provide all of the features you are looking for.

Jean-Paul




More information about the Twisted-Python mailing list