Remoting over SSH

Lucas Carvalho lucascarvalho at gmail.com
Wed Jul 8 09:11:35 EDT 2009


Hussein B wrote:
> Hey,
> I want to perform commands on a remote server over SSH.
> What do I need?
> Thanks.
>   
Hi,
 If you want to use the SSH2 protocol into a python code, you should
take a look at this module: paramiko [1].

[1] http://www.lag.net/paramiko/

Regards,
 Lucas.



More information about the Python-list mailing list