hey guys, I''m new to Ruby and Rails. My setup is Locomotive on Mac OS X. When I try to run the below code, I get the below error. What do you guys think? Code: require ''net/ssh'' session = Net::SSH.start( ''clipper.eiu.edu'', ''xop'', ''xop1748'') puts ''successful'' session.close Output: ~/Documents/Programs/Ruby/Depot$ ruby ssh_test.rb ssh_test.rb:1:in `require'': no such file to load -- net/ssh (LoadError) from ssh_test.rb:1 Thanks, Dev -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---