... | ... | @@ -50,7 +50,7 @@ Every line consists of a cookie, key type, and key separated by one space. |
|
|
The cookie is the hex-encoded (client or server) 16 bytes cookie (32 characters) found in the `SSH_MSG_KEXINIT` sent during [algorithm negotiation](https://datatracker.ietf.org/doc/html/rfc4253#section-7.1) by the endpoint whose private random is disclosed.
|
|
|
The key type is either `SHARED_SECRET` or `PRIVATE_KEY`.
|
|
|
The key is hex-encoded and either the shared secret ('K' in
|
|
|
[RFC 4253](https://datatracker.ietf.org/doc/html/rfc4253#section-8) or the
|
|
|
[RFC 4253](https://datatracker.ietf.org/doc/html/rfc4253#section-8)) or the
|
|
|
private random number (referred to as 'x' for the client and 'y'
|
|
|
for the server in RFC 4253) used to generate the shared secret during DH
|
|
|
key exchange; its length depends on the algorithm.
|
... | ... | |