From: Jamis Buck Date: 2005-07-27T14:25:52+09:00 Subject: [ANN] Net::SSH 1.0.2 Net::SSH is a pure-ruby implementation of the SSH2 client protocol, allowing Ruby programs to interact with remote computers via SSH2. Net::SSH 1.0.2 is a maintenance release that fixes a few bugs, notably: * Trying to use named parameters to Net::SSH.start without specifying :username would blow up. * Multi-threaded applications accessing a single SSH connection were prone to get "Bad packet size" errors. This should now be fixed. * A few documentation fixes It is available via gem, as ever, or you can grab the tarballs directly from http://rubyforge.org/projects/net-ssh. Documentation: User manual: http://net-ssh.rubyforge.org API docs: http://net-ssh.rubyforge.org/api Enjoy, Jamis