I am trying to get an ssh session started with
- 1.0.2 of net/ssh
- ruby 1.8.2 (2004-12-25) [i386-mswin32]
and get an exception:
irb(main):004:0> s = Net::SSH.start( 'my_host.com', 'user', 'pw )
Net::SSH::Exception: pageant process not running
from
c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.2/lib/net/ssh/userauth/pageant.rb
:112:in `in
itialize'
from c:/ruby/lib/ruby/1.8/dl/import.rb:174:in `new'
from c:/ruby/lib/ruby/1.8/dl/import.rb:174:in `new'
Any idea what I am doing wrong? Am I missing some library? I installed
net-ssh as a gem with no errors.
Thanks!