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

jopen 10年前

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

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

使用该补丁的方法如下:

  1. Get the OpenSSH source code from OpenSSH.org.

  2. Untar OpenSSH source.

  3. cd into the OpenSSH source directory

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

  5. type 'configure && make'

  6. type 'make install'

项目主页:http://www.open-open.com/lib/view/home/1411032359640