[ 
https://issues.apache.org/jira/browse/SSHD-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved SSHD-91.
---------------------------------

    Resolution: Duplicate

> SSH server key fingerprint
> --------------------------
>
>                 Key: SSHD-91
>                 URL: https://issues.apache.org/jira/browse/SSHD-91
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Doron Fediuck
>         Attachments: fingerprint.patch
>
>
> Currently there's no way to verify the key's fingerprint that we get from the 
> ssh server. 
> Current code has:
> ClientSessionImpl.java-
>     private void checkHost() throws Exception {
>         // TODO: check host fingerprint
>     }
> According to Guillaume, public key is retrieved in 
> org.apache.sshd.client.kex.AbstractDHGClient
> class, line 101, but there's no way to access it.
> So we need something which will enable us to retrieve the key's fingerprint 
> from current session.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to