In article <mailman.2834.1351161105.27098.python-l...@python.org>,
 Schneider <j...@globe.de> wrote:

> Hi Folkz,
> 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

At a low level, you want to look at the paramiko library.  Built on top 
of that, and adding hoards of neat functionality, is fabric.  One of 
these is likely to be what you're looking for.

http://www.lag.net/paramiko/

https://github.com/fabric/fabric
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to