libssh2 C语言 SSH2 函数库开源项目

我要开发同款
匿名用户2009年06月01日
44阅读
开发技术C/C++
所属分类程序开发、网络工具包
授权协议BSD

作品详情

libssh2是一个C函数库,用来实现SSH2协议。

主要功能:

KeyExchangeMethods:diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1HostkeyTypes:ssh-rsa,ssh-dssCiphers:aes256-cbc(rijndael-cbc@lysator.liu.se),aes192-cbc,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,noneCompressionSchemes:zlib,noneMAChashes:hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96,hmac-ripemd160(hmac-ripemd160@openssh.com),noneAuthentication:none,password,public-key,hostbased,keyboard-interactiveChannels:shell,exec(incl.SCPwrapper),direct-tcpip,subsystemGlobalRequests:tcpip-forwardChannelRequests:x11,ptySubsystems:sftp(version3),publickey(version2)Thread-safe:justdon'tsharehandlessimultaneouslyNon-blocking:itcanbeusedbothblockingandnon-blockingYoursockets:theapphandsoverthesocket,callsselect()etc.OpenSSLorgcrypt:buildswitheither
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论