Prev: Libraries for JPEG resizing in Windows Environment
Next: Ruby Bezel - Experiment in Dependency Heaven
From: Tench Johnson on 19 Feb 2010 14:47 hi, i can't get my head around this: Net::SSH.start("url.i.need.com", 'root', :keys => ["/path/to/keyfile"], :verbose => Logger::DEBUG ) do |ssh| ssh.exec!("mount /persistent") end gives me failed authetification and E, [2010-02-19T20:38:31.198582 #1494] ERROR -- net.ssh.authentication.session[80c6f360]: all authorization methods failed (tried publickey, hostbased, password, keyboard-interactive) but i can easily do ssh -i /path/to/keyfile root(a)url.i.need.com and i log in without a glitch. any idea what could be going wrong here? many thanks in advance. tench -- Posted via http://www.ruby-forum.com/. |