public
Description: Pure Ruby implementation of an SSH (protocol 2) client. NOTE: I am no longer maintaining this project. Please see http://github.com/net-ssh for the current active repository.
Homepage: http://rubyforge.org/projects/net-ssh
Clone URL: git://github.com/jamis/net-ssh.git
net-ssh / THANKS.rdoc
100644 17 lines (12 sloc) 0.644 kb

Net::SSH was originally written by Jamis Buck <jamis@37signals.com>. In addition, the following individuals are gratefully acknowledged for their contributions:

GOTOU Yuuzou <gotoyuzo@notwork.org>

  * help and code related to OpenSSL

Guillaume Marçais <guillaume.marcais@free.fr>

  * support for communicating with the the PuTTY "pageant" process

Daniel Berger <djberg96@yahoo.com>

  * help getting unit tests in earlier Net::SSH versions to pass in Windows
  * initial version of Net::SSH::Config provided inspiration and encouragement

Chris Andrews <chris@nodnol.org> and Lee Jensen <lee@outerim.com>

  * support for ssh agent forwarding