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 Rajendran > <vivekbes...@yahoo.com>wrote: > >> >> 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. >> >> >> >> >> Mahaboob_Subhan wrote: >> > >> > How can I write ssh client using python socket ? >> > >> > >> > >> > >> > >> > Subhan >> > >> > _______________________________________________ >> > BangPypers mailing list >> > BangPypers@python.org >> > http://mail.python.org/mailman/listinfo/bangpypers >> > >> > >> >> -- >> View this message in context: >> http://old.nabble.com/ssh-client-tp26513204p26529988.html >> Sent from the BangPypers - Bangalore Python Users Group mailing list >> archive at Nabble.com. >> >> _______________________________________________ >> BangPypers mailing list >> BangPypers@python.org >> http://mail.python.org/mailman/listinfo/bangpypers >> > > > > -- > Ramdas S > +91 9342 583 065 > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > > -- View this message in context: http://old.nabble.com/ssh-client-tp26513204p26530504.html Sent from the BangPypers - Bangalore Python Users Group mailing list archive at Nabble.com. _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers