[Twisted-Python] Making a persistent SSH connection for a GUI

Paul Swartz paulswartz at gmail.com
Tue Jul 17 12:40:16 EDT 2007


On 7/17/07, Paul_S_Johnson at mnb.uscourts.gov
<Paul_S_Johnson at mnb.uscourts.gov> wrote:
> Does anyone have an example of a persistent conch connection inside wxPython
> or similar GUI? I have scoured the web and come up empty handed though I
> found a few shreds that have part of the answer. I've tried to tweak the
> nonpersistent examples, but making my way through four layers of subclasses
> is a bit daunting.

Yeah, I'm working on that :)  The class that you'll want to hold onto
is SSHConnection, because that's the one that you'll open channels
through.  The others aren't important once you've used them to get an
SSHConnection.

-p
-- 
Paul Swartz
paulswartz at gmail dot com
http://z3p.livejournal.com/
AIM: z3penguin




More information about the Twisted-Python mailing list