[openssh-commits] [openssh] 02/02: upstream: fix typo, ok markus dtucker
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Aug 13 09:21:01 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit ab5074dfb614e3801fecbd376d8ed4cea613c629
Author: sthen at openbsd.org <sthen at openbsd.org>
AuthorDate: Tue Aug 12 11:09:48 2025 +0000
upstream: fix typo, ok markus dtucker
OpenBSD-Commit-ID: 8f223da7633752162c64a659c6cf55202703d870
---
sshconnect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sshconnect.c b/sshconnect.c
index 09e937c9e..d2c8cf0bd 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -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 at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at 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");
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list