Interoperability with OpenSSH3.4p1 and OpenSSH4.3p2
- From: naveen t <nav_real@xxxxxxxxxxx>
- Date: Tue, 13 Feb 2007 10:27:34 +0000 (GMT)
Hi,
I am working on an SSH implementation that has to
connect to a SSH
server. I find that the length of the DH modulus
contained in
SSH2_MSG_KEX_DH_GEX_GROUP (as defined by RFC 4419)
message sent by
the server for a 2048-bit DH key scenario is 399 bytes
as opposed to
256 bytes. This is causing trouble with the client as
the length is
uncharacteristic of the known DH group 14 .
However for a scenario of a 1024-bit key, as expected
a 128 byte
modulus is sent by the server in the
SSH2_MSG_KEX_DH_GEX_GROUP
message.
Could some one explain this deviation from standard?
Am i missing the
math involved in the size of the modulus that is sent
across?
Please clarify,
Regards,
Naveen
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
- Prev by Date: Re: Putty 0.54 SSH Client cant connect to OpenSSH4.3p2 SSH server
- Next by Date: Starting OpenSSH client on a windows machine from a batch file
- Previous by thread: Putty 0.54 SSH Client cant connect to OpenSSH4.3p2 SSH server
- Next by thread: Starting OpenSSH client on a windows machine from a batch file
- Index(es):