Security enhancement release
This release adds the ability for clients to specify their private key data directly when creating a connection, as opposed to having to put it in a local file. Thus it allows removing the chance of someone else on the machine observing the file content. For details, see the documentation of Connection.__init__
, in particular the new private_key_data
argument.
This release also adds certification for Python 2.6 support.