I tried paramiko,but I am getting following error while importing paramiko ImportError: No module named Crypto.Util.randpool
Subhan -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, November 26, 2009 4:30 PM To: [email protected] Subject: BangPypers Digest, Vol 27, Issue 32 Send BangPypers mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://mail.python.org/mailman/listinfo/bangpypers or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of BangPypers digest..." Today's Topics: 1. ssh client ([email protected]) 2. Re: ssh client (Mahadevan R) 3. Re: ssh client (Praveen Kumar) ---------------------------------------------------------------------- Message: 1 Date: Wed, 25 Nov 2009 05:54:03 -0600 From: <[email protected]> To: <[email protected]> Subject: [BangPypers] ssh client Message-ID: <35d47d6eb5a05a42886e5a338eccfec1010...@ausx3mps351.aus.amer.dell.com> Content-Type: text/plain; charset="US-ASCII" How can I write ssh client using python socket ? Subhan ------------------------------ Message: 2 Date: Wed, 25 Nov 2009 19:49:21 +0530 From: Mahadevan R <[email protected]> To: Bangalore Python Users Group - India <[email protected]> Subject: Re: [BangPypers] ssh client Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 On Wed, Nov 25, 2009 at 5:24 PM, <[email protected]> wrote: > How can I write ssh client using python socket ? Try paramiko: http://www.lag.net/paramiko/ Regards, -MD. ------------------------------ Message: 3 Date: Wed, 25 Nov 2009 19:49:47 +0530 From: Praveen Kumar <[email protected]> To: Bangalore Python Users Group - India <[email protected]> Subject: Re: [BangPypers] ssh client Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 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, <[email protected]> wrote: > How can I write ssh client using python socket ? > > > > > > Subhan > > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > -- Praveen Kumar +91 9739854134 http://praveensunsetpoint.wordpress.com Bangalore ------------------------------ _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers End of BangPypers Digest, Vol 27, Issue 32 ****************************************** _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
