Within a ruby script how can i ignore HostKeyMismatch, and still login via Net::SSH.start()
Posted
by kamal
on Stack Overflow
See other posts from Stack Overflow
or by kamal
Published on 2010-05-17T22:26:33Z
Indexed on
2010/05/17
22:30 UTC
Read the original article
Hit count: 192
I tried Net::SSH.start( value_hosts, USER, :password => PASS , :forward_agent => true , :paranoid => false) do|ssh, err|
but :paranoid option does not seem to work
© Stack Overflow or respective owner