Hi ! I'm using sshd as a client, and currently it's doing well. I want to verify the key's fingerprint that I get from the ssh server. Checking the source I found the following in ClientSessionImpl.java-
private void checkHost() throws Exception {
// TODO: check host fingerprint
}
Is there a way from me the get the host fingerprint from the session or any
other object ?
Thanks !
/d
