HPN-SSH 是一个高性能的 SSH/SCP 补丁。HPN-SSH 其实是 SSH 的一个补丁,对 SSH 本身的瓶颈进行处理。
使用该补丁的方法如下:
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]
时间: 2024-11-23 23:03:22