Fork of paramiko for Python 3 migration.
Go to file
Bobby Impollonia c07eddb9e1 Replace hard tabs with spaces 2012-03-10 18:02:39 -08:00
demos Fix FSF address 2012-02-25 03:11:54 -05:00
images Initial rename: paramiko=>ssh 2011-10-23 00:00:43 -07:00
ssh Replace hard tabs with spaces 2012-03-10 18:02:39 -08:00
tests Fix FSF address 2012-02-25 03:11:54 -05:00
.bzrignore Initial rename: paramiko=>ssh 2011-10-23 00:00:43 -07:00
.gitignore Initial rename: paramiko=>ssh 2011-10-23 00:00:43 -07:00
CHANGES Cut 1.7.13 2012-02-13 16:02:00 -08: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 Initial rename: paramiko=>ssh 2011-10-23 00:00:43 -07:00
LICENSE Fix FSF address 2012-02-25 03:11:54 -05: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-02-11 13:54:36 -08:00
NEWS Initial rename: paramiko=>ssh 2011-10-23 00:00:43 -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-02-27 22:39:15 -08:00
README.md Also as well? Y U NO ENGLISH GOOD 2012-02-27 22:41:16 -08:00
TODO [project @ robey@lag.net-20090202021455-ohooxd5bzsf8age3] 2009-02-01 18:14:55 -08:00
setup.py Replace hard tabs with spaces 2012-03-10 18:02:39 -08:00
setup_helper.py Fix FSF address 2012-02-25 03:11:54 -05:00
test.py Fix FSF address 2012-02-25 03:11:54 -05: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!