Hello,
we are trying to implement the validate method of SSHFTPValidator and stuck on a problem that the hostnames/public keys on a hashed hostname added as known hosts are not returned, as the API said:
public java.lang.String[] getKnownHostnames()
Get the known host name entries. This may include IP addresses, and host names may be a combination of IP address and hostname, e.g. edtmobile,10.0.0.3 This method does not split these up. Also, hashed hostnames are not returned.
The question is, how could we use our own validation if the hostname is hashed. Could you give some tips and tricks?