Re: [BangPypers] ssh client

2009-11-26 Thread Vivek Rajendran
Hi, You are right. In that case we can use paramiko module. But its less used. And it uses ssh2 protocol Thanks Vivek Rajendran Ramdas S wrote: > > pexpect is a good choice, and its way simple, but getting it to work on > windows is tough. > > On Thu, Nov 26, 2009 at 7:41 PM, Vivek Ra

Re: [BangPypers] ssh client

2009-11-26 Thread Ramdas S
pexpect is a good choice, and its way simple, but getting it to work on windows is tough. On Thu, Nov 26, 2009 at 7:41 PM, Vivek Rajendran wrote: > > Hi, > You want strictly to do this using socket? > Else, you can use pexpect module. It doesn't come with default python > installation

Re: [BangPypers] ssh client

2009-11-26 Thread Vivek Rajendran
Hi, You want strictly to do this using socket? Else, you can use pexpect module. It doesn't come with default python installation in both windows and linux. You can download it seperately and install the module. Basically you will spawn a process and then ssh into the remote machine.

Re: [BangPypers] ssh client

2009-11-25 Thread Praveen Kumar
I could not get your question exactly, but if you want to write some simple program go through the http://docs.python.org/library/socket.html#example Thanks and regards Praveen Kumar +91 9620621342 On Wed, Nov 25, 2009 at 5:24 PM, wrote: > How can I write ssh client using python socket ? > > >

Re: [BangPypers] ssh client

2009-11-25 Thread Mahadevan R
On Wed, Nov 25, 2009 at 5:24 PM, wrote: > How can I write ssh client using python socket ? Try paramiko: http://www.lag.net/paramiko/ Regards, -MD. ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] ssh client

2009-11-25 Thread Mahaboob_Subhan
How can I write ssh client using python socket ? Subhan ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers