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

    xiaoxiao2023-07-11  156

    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]

    相关资源:敏捷开发V1.0.pptx
    最新回复(0)