【介绍】
libssh2 is a client-side C library implementing the SSH2 protocol
SSH 为 Secure Shell 的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。
SSH 是目前较可靠,专为远程登录会话和其它网络服务提供安全性的协议。利用 SSH 协议可以有效防止远程管理过程中的信息泄露问题。
【安装】
最新版本:libssh2-1.8.0
wget https://libssh2.org/download/libssh2-1.7.0.tar.gz && tar xvf libssh2-1.7.0.tar.gz && cd libssh2-1.7.0 ./configure --prefix=/usr --disable-static make && make install
【参考】
参考:http://www.linuxfromscratch.org/blfs/view/stable-systemd/general/libssh2.html
参考:http://www.linuxfromscratch.org/blfs/view/svn/basicnet/curl.html
参考:http://blog.hackroad.com/operations-engineer/linux_server/9784
参考:http://www.xuebuyuan.com/906390