Hi, I am getting an error:
/sw/lib/ruby/gems/1.8/gems/net-ssh-1.1.1/lib/net/ssh/host-key- verifier.rb:47:in `process_cache_miss': fingerprint da: 34:2e:a6:87:c4:c8:49:0e:a1:8e:39:fd:fc:ef:e7 does not match for <IP address> (Net::SSH::HostKeyMismatch) IS there a way to Ignore HostKeyMismatch ? Net::SSH.start( value_hosts, USER, :password => PASS , :paranoid => false, :forward_agent => true ) do|ssh, err | is not working, i.e the :paranoid => false does not seem to work. Any hint will be appreciated. What i am trying to accomplish is to login via ssh, even of the ssh exchange key is no longer valid. since the OS was reinstalled. Thanks, -Kamal. -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
