SharpSSH

码农软件 · 软件分类 · 网络工具包 · 2019-03-03 15:28:06

软件介绍

SharpSSH是一个对SSH2客户端协议栈的纯.NET实现。它提供了一个连接SSH服务器的应用程序接口(API),并可以集成到任何一个.NET应用程序中。

SharpSSH库是一个JCraft股份有限公司下属JSch计划的C#移植,服从BSD许可证

SharpSSH允许你通过SSH通道使用一个类似JSchAPI的API读/写数据、传输文件。

SharpSSH的特性列表:
(SharpSSH现在还不是JSch的完整移植,下面的列表列出了SharpSSH当前支持的特性)

  • SharpSSH完全使用.NET,但是它依赖于Mentalis.org的加密库来实现加密算法以完善自身的功能

  • SSH2协议

  • SSH文件传输协议(SFTP)

  • 安全复制(SCP)

  • 密钥交换:diffie-hellman-group-exchange-sha1, diffie-hellman-group1-sha1

  • 密码:3des-cbc, aes128-cbc

  • MAC:hmac-md5

  • 主机密钥类型:ssh-rsa, ssh-dss

  • 用户身份验证(userauth):密码、公钥(RSA、DSA)

  • 端口转发

  • 流转发

  • 远程操作

  • 生成DSA和RSA密钥对

  • 为私钥更换口令(passphrase)


本文地址:https://codercto.com/soft/d/542.html

C# Primer Plus

C# Primer Plus

Klaus Michelsen / Sams / 2001-12-15 / USD 49.99

C# Primer Plus is a tutorial based introduction to the C# language and important parts of the .Net Framework. Throughout the book the reader will be exposed to proven principles enabling him to write ......一起来看看 《C# Primer Plus》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试