Skip to content

Commit

Permalink
update nginx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhao committed Nov 22, 2024
1 parent d78f230 commit a5c684b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions linux-foundmentals/4、ssh-scp-foundmentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ OpenSSL 是用于传输层安全性(TLS)协议的健壮的,商业级,功

这个协议的实现是基于完整功能的通用密码库,该库也可以独立使用。



OpenSSL 存在操作系统命令注入漏洞,该漏洞源于c_rehash 脚本未正确清理 shell 元字符导致命令注入。攻击者利用该漏洞执行任意命令。

```shell
Expand Down Expand Up @@ -181,6 +179,10 @@ OpenSSL没有自带可信根证书(也叫作可信证书库)







## Windows 下的 ssh

从 Win10 1809 和 Windows Server 2019 开始 Windows 开始支持 OpenSSH Server。
Expand Down

0 comments on commit a5c684b

Please sign in to comment.