Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2008-11-15 14:00:53
Size: 1804
Editor: localhost
Comment: converted to 1.6 markup
Revision 8 as of 2011-01-26 16:44:34
Size: 1743
Editor: nat-dip6
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * [[http://www.experts-exchange.com/Programming/Programming_Languages/Python/Q_21507060.html|conversation on Experts Exchange]] -- features a working example at the end of the page  * [[http://jessenoller.com/2009/02/05/ssh-programming-with-paramiko-completely-different/]] -- Article by Jesse Noller

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 2006-03-26 00:20:01

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

-- Vincent 2006-04-06 18:02:01

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

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