Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.4.0
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
SSHD-92 Patch: Server Key Verification, Expose exit code
- Resolved