Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2006-03-26 00:20:04
Size: 1174
Editor: shada
Comment: researching...
Revision 4 as of 2006-04-06 16:24:16
Size: 1620
Editor: gra33-1-82-230-166-87
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
 * [http://www.keyphrene.com/products/org.keyphrene/ keyphrene SSH wrapper]  * [http://www.keyphrene.com/products/org.keyphrene/ keyphrene SSH wrapper, UNIX, Windows & MacOS]
 * [http://membres.lycos.fr/fredp/python/pyscp.html PySCP pscp wrapper] -- wraps Windows {{{pscp}}}, which is part of [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html the Putty suite]
Line 23: Line 24:
 * [http://py.vaults.ca/apyllo.py?find=ssh ssh search] -- on the VaultsOfParnassus
Line 32: Line 34:

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.

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.