Hi,

I have a function that call Net::SSH
and I got a Net::SSH::HostKeyMismatch problem.
However I've clean known_hosts already and restart rails.

I guess this is a caching problem.
How can I clean cache so it won't take old keys.

Thanks

    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/verifiers/strict.rb:49:in
`process_cache_miss'
    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/verifiers/strict.rb:38:in
`verify'
    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/verifiers/lenient.rb:15:in
`verify'
    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb:165:in
`verify_server_key'
    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb:68:in
`exchange_keys'
    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/transport/algorithms.rb:331:in
`exchange_keys'
    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/transport/algorithms.rb:172:in
`proceed!'
    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/transport/algorithms.rb:163:in
`send_kexinit'
    
/usr/lib/ruby/gems/1.8/gems/net-ssh-2.0.3/lib/net/ssh/transport/algorithms.rb:118:in
`accept_kexinit'
-- 
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to