2012-02-28 01:39:15 -05:00
|
|
|
# ssh
|
|
|
|
|
|
|
|
The `ssh` library is a fork of, and spiritual successor to, the
|
|
|
|
[Paramiko](http://www.lag.net/paramiko/) Python SSH library. It was created by
|
|
|
|
the developers of the [Fabric](http://fabfile.org) 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
|
2012-02-28 01:40:43 -05:00
|
|
|
handful of small but crucial fixes/tweaks, the code and the documentation
|
2012-02-28 01:39:15 -05:00
|
|
|
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
|
2012-02-28 01:41:16 -05:00
|
|
|
the higher profile bugs/issues from the Paramiko Github repository.
|
2012-02-28 01:39:15 -05:00
|
|
|
|
|
|
|
Thank you for your patience!
|