public
Description: Pure Ruby implementation of an SSH (protocol 2) client
Homepage: http://rubyforge.org/projects/net-ssh
Clone URL: git://github.com/jamis/net-ssh.git
jamis (author)
Sat Mar 22 20:58:53 -0700 2008
commit  f20f0ff56ec22b85c34541b362e5301ad8285ba6
tree    15c9996da053e9c93d4114b5b43c3316edb19abb
parent  6c38e1fe640d805cc6962db2e191bd0085d46b2a
net-ssh / CHANGELOG.rdoc
100644 17 lines (8 sloc) 0.525 kb

(unreleased)

  • Partial support for ~/.ssh/config (and related) SSH configuration files [Daniel J. Berger, Jamis Buck]
  • Added Net::SSH::Test to facilitate testing complex SSH state machines [Jamis Buck]
  • Reworked Net::SSH::Prompt to use conditionally-selected modules [Jamis Buck, suggested by James Rosen]
  • Added Channel#eof? and Channel#eof! [Jamis Buck]
  • Fixed bug in strict host key verifier on cache miss [Mike Timm]

2.0 Preview Release 1 (1.99.0) / 21 Aug 2007

  • First preview release of Net::SSH v2