Re: [Twisted-Python] ssh v1 support

2009-01-03 Thread Cary Hull
I suppose it depends on what you mean by support. Libraries like paramiko and conch provide an actual protocol implementation in Python, which means you can do some interesting things with channels. Otherwise it seems you're stuck with an expect like model for driving the ssh1 binary. Pexpect provi

Re: [Twisted-Python] ssh v1 support

2009-01-02 Thread Deniz Pecel
Thanks Cary. Are there any available easy to use library other than twisted that supports ssh v1? Deniz On Fri, Dec 26, 2008 at 4:17 PM, Cary Hull wrote: > Not out of the box. Conch is ssh2 only. However, you can attain ssh1 > support by wrapping the binary (ssh) with a ProcessProtocol: > > http

Re: [Twisted-Python] ssh v1 support

2008-12-26 Thread Cary Hull
Not out of the box. Conch is ssh2 only. However, you can attain ssh1 support by wrapping the binary (ssh) with a ProcessProtocol: http://twistedmatrix.com/projects/core/documentation/howto/process.html Before you start on your own implementation I would wait to see if anyone has done this already

[Twisted-Python] ssh v1 support

2008-12-26 Thread Deniz Pecel
Hi List Does twisted support ssh v1? thanks ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python