Skip to content

Commit ec6e141

Browse files
authored
Update ssh.rst
add [Schneier1996] citation
1 parent 878a271 commit ec6e141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/ssh.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Diffie-Hellman key exchange algorithm is used within the
136136
``ssh`` protocol. In this case, each host has both a private and a public key. (Note that
137137
:math:`g` is a generator for the subgroup of the Galois field of order :math:`p`, where
138138
:math:`p` is a prime number, and || is the concatenation operator. For additional background
139-
information, see :rfc:`4253`.)
139+
information, see [Schneier1996]_.)
140140

141141
- the client generates the random number :math:`a` and sends
142142
:math:`A=g^{a} \mod p` to the server

0 commit comments

Comments
 (0)