Info
Version: | 1.8.0 |
Author(s): | Daniel Stenberg and Contributors to the libssh2 project |
Last Update: | Wednesday, November 30, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.libssh2.org/ |
NuGet Url: | https://www.nuget.org/packages/rmt_libssh2 |
Install
Install-Package rmt_libssh2
dotnet add package rmt_libssh2
paket add rmt_libssh2
rmt_libssh2 Download (Unzip the "nupkg" after downloading)
Dependencies
- rmt_zlib(>= 1.2.8.7)
- rmt_openssl(>= 1.1.0.3)
Tags
Hostkey Types: ssh-rsa, ssh-dss
Ciphers: aes256-cbc ([email protected]), aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, none
Compression Schemes: zlib, [email protected], none
MAC hashes: hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160 ([email protected]), none
Authentication: none, password, public-key, hostbased, keyboard-interactive
Channels: shell, exec (incl.
SCP wrapper), direct-tcpip, subsystem
Global Requests: tcpip-forward
Channel Requests: x11, pty, exit-signal, [email protected]
Subsystems: sftp(version 3), publickey(version 2)
SFTP: [email protected], [email protected]
Thread-safe: just don't share handles simultaneously
Non-blocking: it can be used both blocking and non-blocking
Your sockets: the app hands over the socket, calls select() etc.
OpenSSL, Libgcrypt or WinCNG (native since Windows Vista): builds with either.