SSH Connection with Python

Laszlo Nagy gandalf at shopzeus.com
Thu Oct 25 12:34:37 CEST 2012


On 2012-10-25 12:16, Schneider 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
http://www.lag.net/paramiko/

Another solution would be to use subprocess and/or pexpect




More information about the Python-list mailing list