From ee2b1accab63219c3c4c1ea872a78e0e966b8284 Mon Sep 17 00:00:00 2001 From: colben Date: Mon, 13 Apr 2026 19:47:40 +0800 Subject: [PATCH] update --- content/post/openssh-upgrade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/post/openssh-upgrade.md b/content/post/openssh-upgrade.md index 8b61aa9..48f3227 100644 --- a/content/post/openssh-upgrade.md +++ b/content/post/openssh-upgrade.md @@ -89,9 +89,9 @@ categories: ["os"] ### 编译 openssl - 下载 openssl 源码包,解压 ```bash - curl -LO https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz - tar zxf openssl-3.5.5.tar.gz - cd openssl-3.5.5 + curl -LO https://github.com/openssl/openssl/releases/download/openssl-3.5.6/openssl-3.5.6.tar.gz + tar zxf openssl-3.5.6.tar.gz + cd openssl-3.5.6 ``` - 编译安装 openssl