Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rectcircle committed Feb 6, 2023
1 parent d25f28b commit 8a86c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/posts/ssh-protocol-and-go-lib.md
Expand Up @@ -10,7 +10,7 @@ tags:

## 导读

SSH, The Secure Shell Protocol (安全 Shell 协议),是一个使用广泛的网络协议。如果说 HTTP 协议是互联网革命中最重要的网络协议的话,那么对于开发者来说, SSH 排第二应该没有异议。因此,理解 SSH 协议的应用场景、协议流程对于开发者是很有必要的。
SSH, The Secure Shell Protocol (安全 Shell 协议),是一个使用广泛的网络协议。

在中文互联网世界,关于 SSH 协议的介绍,往往都把重点放到了安全(Secure)方面的细节。这样的文章对于开发者来说,意义并不大,原因在于:

Expand Down
2 changes: 1 addition & 1 deletion content/posts/ssh-reverse-proxy.md
Expand Up @@ -24,7 +24,7 @@ tags:

SSH 通用反向代理库需满足如下需求:

* 拦截 SSH 认证:client 和 proxy 之间,proxy 和 server 之间的认证是解耦的,可以灵活配置的。
* 认证拦截:client 和 proxy 之间,proxy 和 server 之间的认证是解耦的,可以灵活配置的。
* 功能透明:client 通过 proxy 连接到 server 所具备的能力需和 client 直连 server 所具备的能力对等。
* 可审计:proxy 需要可以拿到 SSH 数据包的明文数据,以支持功能过滤,访问记录。

Expand Down

0 comments on commit 8a86c86

Please sign in to comment.