Uploaded image for project: 'MINA SSHD'
  1. MINA SSHD
  2. SSHD-91

SSH server key fingerprint

    XMLWordPrintableJSON

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

        1. fingerprint.patch
          5 kB
          Doron Fediuck

        Issue Links

          Activity

            People

              Unassigned Unassigned
              doron Doron Fediuck
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: