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