* Bugfix: Identity file was being generated by accident. Thanks to jmdcal for the PR. * Change: Pretty print SSH string errors. * Change: Require SSH address for the `bgtunnel` shell command.
0.3.8
* Make connection timeout handling better. Thanks to howaryoo for the heads up in his PR * Add support for setting the amount of connection attempts to make * Fix Python 3 str/bytes exception that occurred when `Permanently added` warning was reported by the ssh command
0.3.7
* Fixed typo in setup.py. Thanks to soby for PR
0.3.6
* Introduced a workaround for the connection validation expecting the server to write to stdout on a successful connection. Pass in `expect_hello=False` to `bgtunnel.open` to bypass the validation check. Thanks hamiltont for the fix.