SSH Connection with Python

Peter Pearson ppearson at nowhere.invalid
Thu Oct 25 12:55:46 EDT 2012


On Thu, 25 Oct 2012 12:16:58 +0200, Schneider <js at globe.de> wrote:
> how can i create a SSH-Connection with python? I have to send some 
> commands to the remote host and parse their answers.
> greatz Johannes

I've been using Twisted (twistedmatrix.com).  It is especially
convenient for the server end.  Its organization is "event-driven",
which you may or may not find convenient.

-- 
To email me, substitute nowhere->spamcop, invalid->net.



More information about the Python-list mailing list