Minor changes, but interesting.
ssh-keygen now generates ed25519 keys as default.
and ssh tries to obfuscate keystroke timing.
This latter feature obviously creates (more) idle traffic.

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/openssh.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/openssh.make b/rules/openssh.make
index 15ae8b987..c8cdf645e 100644
--- a/rules/openssh.make
+++ b/rules/openssh.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh
 #
 # Paths and names
 #
-OPENSSH_VERSION        := 9.4p1
-OPENSSH_MD5    := 4bbd56a7ba51b0cd61debe8f9e77f8bb
+OPENSSH_VERSION        := 9.5p1
+OPENSSH_MD5    := 3d29a7394816deeb57186899d7f7662c
 OPENSSH                := openssh-$(OPENSSH_VERSION)
 OPENSSH_SUFFIX := tar.gz
 OPENSSH_URL    := \
-- 
2.34.1


Reply via email to