Zhao Yi schrieb: > I installed net-ssh by running the command: "gem install net-ssh", but I > got load error when using "require net/ssh". It seems that ruby doesn't > find the library. How can I let ruby find this library? > > thanks. do you have a "require 'rubygems'" above your "require 'net/ssh'" ?