Class | Net::SSH::HostKeyError |
In: |
lib/net/ssh/errors.rb
|
Parent: | Exception |
Base class for host key exceptions. When rescuing this exception, you can inspect the key fingerprint and, if you want to proceed anyway, simply call the remember_host! method on the exception, and then retry.
Returns the fingerprint of the key for the host, which either was not found or did not match.