Fork of paramiko for Python 3 migration.
Go to file
Jeff Forcier dd6fb2577d Bump to 0.8.x due to nontrivial changes
(cherry picked from commit d7def60c4784fed39fc8714753304a150da131c7)

Conflicts:
	setup.py
2012-09-24 19:00:19 -07:00
demos Fix trailing whitespace re #28 2012-07-04 20:43:49 -07:00
images [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-1] 2005-04-18 01:59:15 +00:00
paramiko Bump to 0.8.x due to nontrivial changes 2012-09-24 19:00:19 -07:00
tests Fixes to failing-test teardowns to avoid more exceptions or hangs 2012-09-24 18:59:33 -07:00
.bzrignore [project @ robey@lag.net-20080706223938-fn82xx2k0zvklazm] 2008-07-06 15:39:38 -07:00
.gitignore Ignore test log 2012-09-23 16:19:25 -07:00
.travis.yml Travis integration 2012-09-24 18:59:39 -07:00
CHANGES Changelog re #40 2012-09-24 18:59:50 -07:00
ChangeLog.0 [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-11] 2005-05-21 20:42:29 +00:00
ChangeLog.1 [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-11] 2005-05-21 20:42:29 +00:00
LICENSE Fix FSF address 2012-09-23 16:16:57 -07:00
MANIFEST.in [project @ robey@lag.net-20061031185035-b57ad8184c39063a] 2006-10-31 10:50:35 -08:00
Makefile Clean up Makefile, ensure release is useful again 2012-09-23 16:10:26 -07:00
NEWS Add changelog entry re #28 2012-07-04 20:43:00 -07:00
NOTES [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-33] 2004-03-09 01:09:17 +00:00
README.legacy First draft of modern explanatory README 2012-09-23 16:18:26 -07:00
README.md Also as well? Y U NO ENGLISH GOOD 2012-09-23 16:18:55 -07:00
TODO Take ownership of TODO file 2012-09-23 14:34:40 -07:00
setup.py Bump to 0.8.x due to nontrivial changes 2012-09-24 19:00:19 -07:00
setup_helper.py fix my email address to be the current one. 2009-07-19 19:45:02 -07:00
test.py Exit correctly so test.py can be used in CI 2012-09-24 18:59:37 -07:00

README.md

ssh

The ssh library is a fork of, and spiritual successor to, the Paramiko Python SSH library. It was created by the developers of the Fabric library as a way to ensure timely updates and bugfixes for critical issues.

ssh is currently in a transitional state and other than a rename and a handful of small but crucial fixes/tweaks, the code and the documentation remain unchanged from the original.

We hope to clean up the presentation and documentation in the near future, as more bugfixes and API additions are rolled out. We also plan to absorb some of the higher profile bugs/issues from the Paramiko Github repository.

Thank you for your patience!