[Twisted-Python] PB over SSH

ralf at brainbot.com ralf at brainbot.com
Fri Feb 27 12:42:27 MST 2004


Itamar Shtull-Trauring <itamar at itamarst.org> writes:

>
> PB over SSH is... a good idea, but not the way to implement this, exactly.
>
> What you'd want is a SSH *transport*. It would allow you to run any
> twisted protocol over an existing conch SSH connection, transparently,
> just as you can run over TCP or SSL. In addition this transport should
> provide a credential object tied to the logged in user so you can use it
> with cred transparently. Plus a  SSH-to-TCP gateway transport that lets
> you listen or connect using the SSH portforwarding support.
>

Are there any examples on writing one own's transport? I'd be interested in
a PB transport. Any hints to get started?

> Once you've built this, PB over SSH is probably 10 lines of code.
>
>

-- 
brainbot technologies ag
boppstrasse 64 . 55118 mainz . germany
fon +49 6131 211639-1 . fax +49 6131 211639-2
http://brainbot.com/  mailto:ralf at brainbot.com




More information about the Twisted-Python mailing list