![]() |
paramiko SSH2 protocol for python |
last updated 06-Jul-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.
| 06 Jul 2008 |
paramiko 1.7.4 "Desmond" released bug fixes, including an important Windows random number generation fix |
| 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 |
milestone releases are being named alphabetically after children from edward gorey's "gashlycrumb tinies". previously they were named after pokémon.
MD5 = cea5c1d8c2aa9f4fb298a89fa3468807
MD5 = 6ae82f2eb30748be789d4ff3909e4b5e
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.
i happily accept patches, either via email to the mailing list, or by merging if you have a branch.
$ bzr branch http://www.lag.net/paramiko/bzr/paramiko/