Net::SSH is a pure-ruby library for writing SSH2 clients.
There have been a few unannounced releases, culminating in 1.0.7. The summary of changes since 1.0.3 (the last announced release):
* 1.0.4: mostly fixes to broken tests.
* 1.0.5: Added connection.ping! and session.ping! for testing the vitality of the connection
* 1.0.6: Primarily compatibility fixes to work with wodSSHServer.
The only change in 1.0.7 is a fix for the intermittent "corrupt mac" bug (finally!). All Net::SSH and SwitchTower users are encouraged to upgrade to this latest version.
Project page: http://rubyforge.org/projects/net-ssh
Manual: http://net-ssh.rubyforge.org
- Jamis