1

we have BoKS authentication where public key is placed in BoKS db and private key is mapped in putty and pushing it through pageant.

issue:

working for some servers and for some not (observation: working for servers which are not logged in earlier)

upon taking dumps between two observed that, non-working scenario doesn't have publickey coming as incoming packet.

working:

Incoming Packet #0x5, type 51 / 0x33 (SSH2_MSG_USERAUTH_FAILURE)
  00000000  00 00 00 1e 70 75 62 6c 69 63 6b 65 79 2c 6b 65   ....publickkey,ke
  00000010  79 62 6f 61 72 64 2d 69 6e 74 65 72 61 63 74 69   yboard-interacti
  00000020  76 65 00

Non-working:

Incoming packet #0x5 type 51 / 0x33 (SSH2_MSG_USERAUTH_FAILURE)
  00000000  00 00 00 14 6b 65 79 62 6f 61 72 64 2d 69 6e 74   ....keyboard-int
  00000010  65 72 61 63 74 69 76 65 00                        eractive.

Any clues/suggestions?

Thanks in Advance.

1 Answers1

0

issue is resolved. non-working servers are on different BoKS domain altogether, pushed keys to the other domain. now its working.

Thanks.