* Added ``ssh2.channel.Channel.shell`` for opening interactive shells.
Fixes ------
* ``ssh2.channel.Channel.process_startup`` would not handle request types with no message correctly.
0.9.1
++++++
Fixes ------
* Binary wheels would have bad version info and require `git` for installation - 17
0.9.0
++++++
Changes -------
* Enabled embedded libssh2 library functionality for versions >= 1.6.0.
0.8.0
++++++
Changes ---------
* Implemented known host API, all functions. * Added `hostkey` method on `Session` class for retrieving server host key. * Added server host key verification from known hosts file example. * Added exceptions for all known host API errors.