Revision 4 as of 2006-04-06 16:24:16

Clear message

There are several ways to use Secure Shell (SSH) in Python.

pyssh

paramiko

Paramiko is a native Python implementation of SSH.

SSH wrapper

Some tools just wrap around existing ssh/sftp implementations.

See Also

Discussion

I'm investigating the use of SSH in Python.

I want something that will work in both Windows and Linux, that can operate like sftp/psftp. So, I'm thinking about paramiko, since it's pure Python.

-- LionKimbro DateTime(2006-03-26T00:20:01Z)

You can use org.keyphrene. This library has been tested on Windows, Linux, and MacOS.

-- Vincent DateTime(2006-04-06T18:02:01Z)

Unable to edit the page? See the FrontPage for instructions.