Displaying 1 result from an estimated 1 matches for "kexdh_response".
2002 Jul 02
1
Silly question on DH key exch in ssh
Hey all.
Apologies if this is the wrong place to post this question.
I'm developing an open source Java SSH (v2) client API, and need a bit
of help.
1) After receiving the KEXDH_RESPONSE packet, reading SSH Transport
Layer Protocol (March 2002), Section 5.2, Output from Key Exchange: do
I assume that, in HASH (K || H || "A" || session_id), H is a mpint? The
spec states that K is a mpint but doesnt specify for H.
2) Also, how do I communicate my public key to the ser...