[] paramiko
SSH2 protocol for python

last updated 23-Mar-2008

paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. unlike SSL (aka TLS), SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. you may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across the encrypted tunnel -- this is how sftp works, for example.

it is written entirely in python (no C or platform-dependent code) and is released under the GNU LGPL (lesser GPL).

there is now also a java port.

* news

Clara

23 Mar 2008 paramiko 1.7.3 "Clara" released
many bug fixes
21 Jan 2008 paramiko 1.7.2 "Basil" released
direct-tcpip support; bug fixes
10 Jun 2007 paramiko 1.7.1 "Amy" released
bug fixes
18 Feb 2007 paramiko 1.7 "zubat" released
x11 and reverse port forwarding support; bug fixes
19 Nov 2006 paramiko 1.6.4 "yanma" released
bug fixes
* download

milestone releases are being named alphabetically after children from edward gorey's "gashlycrumb tinies". previously they were named after pokémon.

pre-built packages for some systems are maintained by external sites:

the Debian and Ubuntu packages are often months out of date. sorry, it's out of my control.

* requirements
* documentation
* development

i happily accept patches, either via email to the mailing list, or by merging if you have a branch.

free banner! Valid HTML 4.01 Strict Valid CSS!