Re: [Twisted-Python] Twisted conch - ssh question

2009-03-31 Thread Paul Swartz
On 03/31/2009 01:19 PM, Ameya Lokare wrote: Thanks for the response, Paul. Sorry I wasn't clear before. I realize they are not made to work with each other. What I intended to ask was, what modifications are required to make them work with each other? Basically, I want to write both the ssh clien

Re: [Twisted-Python] Twisted conch - ssh question

2009-03-31 Thread Ameya Lokare
Thanks for the response, Paul. Sorry I wasn't clear before. I realize they are not made to work with each other. What I intended to ask was, what modifications are required to make them work with each other? Basically, I want to write both the ssh client and server with conch, and have them transfe

Re: [Twisted-Python] Twisted conch - ssh question

2009-03-31 Thread Paul Swartz
On 03/31/2009 12:44 AM, Ameya Lokare wrote: Hello everyone, I'm trying to get the sshsimpleserver.py and sshsimpleclient.py from the examples to talk to each other. Both work fine with the standard linux ssh client/server respecti