[Twisted-Python] PB over SSH

Brian Granger ellisonbg.net at gmail.com
Fri Sep 22 13:38:40 EDT 2006


When I have needed this I have just used SSH tunneling.  It works like a charm.

Brian

On 9/21/06, Jean-Paul Calderone <exarkun at divmod.com> wrote:
> 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
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>




More information about the Twisted-Python mailing list