Thanks Cary. Are there any available easy to use library other than twisted that supports ssh v1?<div><br></div><div>Deniz<br><br><div class="gmail_quote">On Fri, Dec 26, 2008 at 4:17 PM, Cary Hull <span dir="ltr">&lt;<a href="mailto:cary.hull@gmail.com">cary.hull@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Not out of the box. Conch is ssh2 only. However, you can attain ssh1<br>
support by wrapping the binary (ssh) with a ProcessProtocol:<br>
<br>
<a href="http://twistedmatrix.com/projects/core/documentation/howto/process.html" target="_blank">http://twistedmatrix.com/projects/core/documentation/howto/process.html</a><br>
<br>
Before you start on your own implementation I would wait to see if<br>
anyone has done this already and wouldn&#39;t mind sharing. :)<br>
<br>
-Cary<br>
<div><div></div><div class="Wj3C7c"><br>
On Fri, Dec 26, 2008 at 7:47 AM, Deniz Pecel &lt;<a href="mailto:apenon@gmail.com">apenon@gmail.com</a>&gt; wrote:<br>
&gt; Hi List<br>
&gt; Does twisted support ssh v1?<br>
&gt; thanks<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Twisted-Python mailing list<br>
&gt; <a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
&gt; <a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
01100011 01100001 01110010 01111001<br>
<br>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</font></blockquote></div><br></div>