Differences between revisions 5 and 6
Revision 5 as of 2008-10-17 17:25:07
Size: 1785
Editor: ip68-0-14-119
Comment: added 'conch'
Revision 6 as of 2008-11-15 14:00:53
Size: 1804
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * [http://pyssh.sourceforge.net/ pyssh website] -- project home page
 * [http://sourceforge.net/mailarchive/forum.php?forum=pyssh-discuss pyssh mailing list] -- not very active ([[Date(2006-03-26T00:20:01Z)]])
 * [[http://pyssh.sourceforge.net/|pyssh website]] -- project home page
 * [[http://sourceforge.net/mailarchive/forum.php?forum=pyssh-discuss|pyssh mailing list]] -- not very active (<<Date(2006-03-26T00:20:01Z)>>)
Line 12: Line 12:
 * [http://www.lag.net/paramiko/ paramiko website] -- project home page
 * [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://www.lag.net/paramiko/|paramiko website]] -- project home page
 * [[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
Line 19: Line 19:
 * [http://twistedmatrix.com/projects/conch] -- conch home  * [[http://twistedmatrix.com/projects/conch]] -- conch home
Line 25: Line 25:
 * [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]
 * [[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 30: Line 30:
 * [http://py.vaults.ca/apyllo.py?find=ssh ssh search] -- on the VaultsOfParnassus
 * [http://en.wikipedia.org/wiki/SSH Wikipedia:SSH] -- wikipedia article on Secure Shell
 * [[http://py.vaults.ca/apyllo.py?find=ssh|ssh search]] -- on the VaultsOfParnassus
 * [[http://en.wikipedia.org/wiki/SSH|Wikipedia:SSH]] -- wikipedia article on Secure Shell
Line 39: Line 39:
-- LionKimbro [[DateTime(2006-03-26T00:20:01Z)]] -- LionKimbro <<DateTime(2006-03-26T00:20:01Z)>>
Line 43: Line 43:
-- Vincent [[DateTime(2006-04-06T18:02:01Z)]] -- 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 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.