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