HPN-SSH —— 提升 OpenSSH 性能的补丁

简介:

HPN-SSH 是一个高性能的 SSH/SCP 补丁。HPN-SSH 其实是 SSH 的一个补丁,对 SSH 本身的瓶颈进行处理。


76f2e2be85e9825317d59e975798605b902e534c

使用该补丁的方法如下:

Get the OpenSSH source code from OpenSSH.org.

Untar OpenSSH source.

cd into the OpenSSH source directory

If gzipped type 'zcat pathtopatch/patchfile | patch -p1'
Otherwise 'patch -p1 < pathtopatch/patchfile'

type 'configure && make'

type 'make install'

文章转载自 开源中国社区 [http://www.oschina.net]

相关文章
|
9月前
|
安全 网络协议 Shell
iOS 逆向编程(六) SSH、OpenSSH、SSL、OpenSSL 简介与关系
iOS 逆向编程(六) SSH、OpenSSH、SSL、OpenSSL 简介与关系
190 0
|
缓存 安全 Shell
【阿里云镜像】使用阿里云openssh镜像安装配置SSH服务
【阿里云镜像】使用阿里云openssh镜像安装配置SSH服务
646 0
【阿里云镜像】使用阿里云openssh镜像安装配置SSH服务
|
网络安全 Windows
『OpenSSH』 Windows开启SSH服务端
📣读完这篇文章里你能收获到 - 本文将以图文的形式带你打开Window自带的SSH
217 0
『OpenSSH』 Windows开启SSH服务端
|
网络安全 数据安全/隐私保护
|
安全 网络协议 Shell
|
网络安全 数据安全/隐私保护 Windows
|
网络安全 数据安全/隐私保护
OpenSSH免密码登录SSH2
OpenSSH登录SSH2.pdfSSH2免密码登录OpenSSH.pdfSSH2免密码登录OpenSSH.pdf 1. 如何确定是OpenSSH还是SSH2? 执行命令“ssh -V”,通过它的输出,即可确定: SSH2 ssh: SSH Secure Shell 3.
881 0
|
网络安全 数据安全/隐私保护
SSH2免密码登录OpenSSH
OpenSSH登录SSH2.pdfSSH2免密码登录OpenSSH.pdfSSH2间免密码登录.pdf 1. 如何确定是OpenSSH还是SSH2? 执行命令“ssh -V”,通过它的输出,即可确定: SSH2 ssh: SSH Secure Shell 3.
1011 0