mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Merge branch 'develop' of https://github.com/sshnet/SSH.NET.git
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
New BSD License (BSD)
|
||||
|
||||
Copyright (c) 2010, RENCI
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the name of RENCI nor the names of its contributors may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
||||
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
@@ -0,0 +1,38 @@
|
||||
#Introduction#
|
||||
This project was inspired by **Sharp.SSH** library which was ported from java and it seems like was not supported for quite some time. This library is a complete rewrite, without any third party dependencies, using parallelism to achieve the best performance possible.
|
||||
|
||||
#Features#
|
||||
* Execution of SSH command using both synchronous and asynchronous methods
|
||||
* Return command execution exit status and other information
|
||||
* Provide SFTP functionality for both synchronous and asynchronous operations
|
||||
* Provides SCP functionality
|
||||
* Provide status report for upload and download sftp operations to allow accurate progress bar implementation
|
||||
* Remote, dynamic and local port forwarding
|
||||
* Shell/Terminal implementation
|
||||
* Specify key file pass phrase
|
||||
* Use multiple key files to authenticate
|
||||
* Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods
|
||||
* Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions
|
||||
* Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms
|
||||
* Supports publickey, password and keyboard-interactive authentication methods
|
||||
* Supports RSA and DSA private key
|
||||
* Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC algorithms for private key encryption
|
||||
* Supports two-factor or higher authentication
|
||||
* Supports SOCKS4, SOCKS5 and HTTP Proxy
|
||||
|
||||
#Framework Support#
|
||||
* .NET Framework 3.5
|
||||
* .NET Framework 4.0
|
||||
* Silverlight 4
|
||||
* Silverlight 5
|
||||
* Windows Phone 7.1
|
||||
* Windows Phone 8.0
|
||||
|
||||
#Building SSH.NET#
|
||||
|
||||
Software | .NET 3.5 | .NET 4.0 | SL 4 | SL 5 | WP 71 | WP 80
|
||||
--------------------- | :------: | :------: | :--: | :--: | :---: | :---:
|
||||
Windows Phone SDK 8.0 | | | x | x | x | x
|
||||
Visual Studio 2012 | x | x | x | x | x | x
|
||||
|
||||
[](http://ndepend.com)
|
||||
Reference in New Issue
Block a user