Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2006-04-06 09:07:44
Size: 1482
Editor: che33-2-82-225-177-85
Comment:
Revision 5 as of 2008-10-17 17:25:07
Size: 1785
Editor: ip68-0-14-119
Comment: added 'conch'
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:

== conch ==

conch is another native implementation of SSH and part of the Twisted Matrix project

 * [http://twistedmatrix.com/projects/conch] -- conch home
Line 34: Line 40:

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

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

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

pyssh

paramiko

Paramiko is a native Python implementation of SSH.

conch

conch is another native implementation of SSH and part of the Twisted Matrix project

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)

SecureShell (last edited 2014-02-05 01:57:26 by JJLin)

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