]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix typo, ok markus dtucker
authorsthen@openbsd.org <sthen@openbsd.org>
Tue, 12 Aug 2025 11:09:48 +0000 (11:09 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 12 Aug 2025 23:20:41 +0000 (09:20 +1000)
OpenBSD-Commit-ID: 8f223da7633752162c64a659c6cf55202703d870

sshconnect.c

index 09e937c9e64fde7f8b53f6817b07f644bd84cc49..d2c8cf0bd8f241c49ac101b176457bee8c2dc25b 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.c,v 1.372 2025/08/11 10:55:38 djm Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.373 2025/08/12 11:09:48 sthen Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1583,7 +1583,7 @@ out:
 static void
 warn_nonpq_kex(void)
 {
-       logit("** WARNING: connection is not using a post-quantum kex exchange algorithm.");
+       logit("** WARNING: connection is not using a post-quantum key exchange algorithm.");
        logit("** This session may be vulnerable to \"store now, decrypt later\" attacks.");
        logit("** The server may need to be upgraded. See https://openssh.com/pq.html");
 }