sshproxy-0.6.0_beta2

I’m glad to announce the third beta of sshproxy-0.6.0.

Changes:

  • new plugin: ttyrpld, a session recorder based on the ttyrpld log file format. To be able to replay the log files, you’ll need to install and run ttyreplay. Note: you don’t need to patch the kernel sources to be able to use this plugin or to replay logs. Thanks to Jan Engelhardt for his kindly help while I was implementing this plugin.
  • new plugin: email_notifier to notify the proxy administrator about possible misconfigurations. Thanks to Michal Mazurek for this contribution.
  • passwords can now contain non-ascii characters, and the tag password_encoding can be used to specify the charset (defaults to utf8). paramiko versions previous to 1.7.3 are runtime patched by an autoloaded plugin.
  • paramiko/pycrypto random generator security issue is fixed at runtime with an autoloded plugin.
  • several minor bug fixes.

You can download it here.