We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878a271 commit ec6e141Copy full SHA for ec6e141
protocols/ssh.rst
@@ -136,7 +136,7 @@ Diffie-Hellman key exchange algorithm is used within the
136
``ssh`` protocol. In this case, each host has both a private and a public key. (Note that
137
:math:`g` is a generator for the subgroup of the Galois field of order :math:`p`, where
138
:math:`p` is a prime number, and || is the concatenation operator. For additional background
139
-information, see :rfc:`4253`.)
+information, see [Schneier1996]_.)
140
141
- the client generates the random number :math:`a` and sends
142
:math:`A=g^{a} \mod p` to the server
0 commit comments