[openssh-commits] [openssh] 04/07: upstream: "Forward security" -> "Forward secrecy" since that's the
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 20 14:28:43 AEDT 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit bc2dc091e0ac4ff6245c43a61ebe12c7e9ea0b7f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Dec 19 03:50:01 2019 +0000
upstream: "Forward security" -> "Forward secrecy" since that's the
correct term. Add "MAC" since we use that acronym in other man pages. ok
naddy@
OpenBSD-Commit-ID: c35529e511788586725fb63bda3459e10738c5f5
---
sshd.8 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sshd.8 b/sshd.8
index c052b800..dc11a0d0 100644
--- a/sshd.8
+++ b/sshd.8
@@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.309 2019/12/17 16:21:07 naddy Exp $
-.Dd $Mdocdate: December 17 2019 $
+.\" $OpenBSD: sshd.8,v 1.310 2019/12/19 03:50:01 dtucker Exp $
+.Dd $Mdocdate: December 19 2019 $
.Dt SSHD 8
.Os
.Sh NAME
@@ -253,13 +253,13 @@ Whenever a client connects, the daemon responds with its public
host key.
The client compares the
host key against its own database to verify that it has not changed.
-Forward security is provided through a Diffie-Hellman key agreement.
+Forward secrecy is provided through a Diffie-Hellman key agreement.
This key agreement results in a shared session key.
The rest of the session is encrypted using a symmetric cipher.
The client selects the encryption algorithm
to use from those offered by the server.
Additionally, session integrity is provided
-through a cryptographic message authentication code.
+through a cryptographic message authentication code (MAC).
.Pp
Finally, the server and the client enter an authentication dialog.
The client tries to authenticate itself using
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list