Remoting over SSH

M.-A. Lemburg mal at egenix.com
Fri Jul 10 12:18:28 EDT 2009


Lucas Carvalho wrote:
> 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/

If you're looking for remote Python execution over SSH have
a look at http://codespeak.net/py/dist/execnet.html

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jul 10 2009)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/



More information about the Python-list mailing list