<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sshnet Wiki Rss Feed</title><link>http://sshnet.codeplex.com/</link><description>sshnet Wiki Rss Description</description><item><title>New Comment on "Draft for Documentation page"</title><link>http://sshnet.codeplex.com/wikipage?title=Draft for Documentation page&amp;ANCHOR#C26844</link><description>Well, your Connection is not established.&amp;#10;I had the same problem. Maybe it the remote Host does only accept key interactive authentification, or key based authentification.</description><author>tux007</author><pubDate>Tue, 12 Mar 2013 01:28:50 GMT</pubDate><guid isPermaLink="false">New Comment on "Draft for Documentation page" 20130312012850A</guid></item><item><title>New Comment on "ExampleSftpMultipleUploadDownload"</title><link>http://sshnet.codeplex.com/wikipage?title=ExampleSftpMultipleUploadDownload&amp;ANCHOR#C26843</link><description>This is a nice link. too.&amp;#10;http&amp;#58;&amp;#47;&amp;#47;sshnet.codeplex.com&amp;#47;wikipage&amp;#63;title&amp;#61;Draft&amp;#37;20for&amp;#37;20Documentation&amp;#37;20page</description><author>tux007</author><pubDate>Tue, 12 Mar 2013 00:50:30 GMT</pubDate><guid isPermaLink="false">New Comment on "ExampleSftpMultipleUploadDownload" 20130312125030A</guid></item><item><title>New Comment on "Draft for Documentation page"</title><link>http://sshnet.codeplex.com/wikipage?title=Draft for Documentation page&amp;ANCHOR#C26798</link><description>Using the &amp;#34;Download File&amp;#34; sample above, I get this exception&amp;#58;&amp;#10;&amp;#10;&amp;#10;&amp;#91;SshAuthenticationException&amp;#58; No suitable authentication method found to complete authentication.&amp;#93;&amp;#10;   Renci.SshNet.ConnectionInfo.Authenticate&amp;#40;Session session&amp;#41; &amp;#43;760&amp;#10;   Renci.SshNet.Session.Connect&amp;#40;&amp;#41; &amp;#43;1474&amp;#10;   Renci.SshNet.BaseClient.Connect&amp;#40;&amp;#41; &amp;#43;270&amp;#10;   gov.sbcounty.gis.GESecurity.Services.TestSSHNet.TestSSHNetButton_Click&amp;#40;Object sender, EventArgs e&amp;#41; in d&amp;#58;&amp;#92;ISD-VM-PTFS02&amp;#92;ADCollection2&amp;#92;T0250 ISD Google Earth Security&amp;#92;Source&amp;#92;TRUNK-DEV&amp;#92;ISD Google Earth Security Services&amp;#92;TestSSHNet.aspx.cs&amp;#58;33&amp;#10;   System.Web.UI.WebControls.Button.RaisePostBackEvent&amp;#40;String eventArgument&amp;#41; &amp;#43;155&amp;#10;   System.Web.UI.Page.ProcessRequestMain&amp;#40;Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint&amp;#41; &amp;#43;3804&amp;#10;&amp;#10;&amp;#10;I&amp;#39;m using the latest build of SSH.NET, through a NuGet Reference.</description><author>tcboring</author><pubDate>Thu, 07 Mar 2013 16:05:47 GMT</pubDate><guid isPermaLink="false">New Comment on "Draft for Documentation page" 20130307040547P</guid></item><item><title>Updated Wiki: Home</title><link>https://sshnet.codeplex.com/wikipage?version=28</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote, dynamic and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http&amp;#58;&amp;#47;&amp;#47;www.ndepend.com&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sshnet&amp;DownloadId=629750" alt="NDepend" title="NDepend" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 24 Feb 2013 00:22:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130224122232A</guid></item><item><title>Updated Wiki: Home</title><link>https://sshnet.codeplex.com/wikipage?version=27</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote, dynamic and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.ndepend.com/" alt="NDependLogo_PoweredBy.jpg" title="NDependLogo_PoweredBy.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 24 Feb 2013 00:21:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130224122135A</guid></item><item><title>Updated Wiki: Home</title><link>https://sshnet.codeplex.com/wikipage?version=26</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote, dynamic and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=sshnet&amp;DownloadId=629750" alt="NDependLogo_PoweredBy.jpg" title="NDependLogo_PoweredBy.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 24 Feb 2013 00:19:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130224121949A</guid></item><item><title>Updated Wiki: Home</title><link>https://sshnet.codeplex.com/wikipage?version=25</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote, dynamic and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 24 Feb 2013 00:16:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130224121637A</guid></item><item><title>Updated Wiki: Home</title><link>https://sshnet.codeplex.com/wikipage?version=24</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote, dynamic and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve image macro, invalid image name or id.&lt;/span&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 24 Feb 2013 00:14:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130224121459A</guid></item><item><title>Updated Wiki: Home</title><link>https://sshnet.codeplex.com/wikipage?version=23</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote, dynamic and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve image macro, invalid image name or id.&lt;/span&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 24 Feb 2013 00:12:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130224121250A</guid></item><item><title>Updated Wiki: Home</title><link>https://sshnet.codeplex.com/wikipage?version=22</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote, dynamic and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Sun, 24 Feb 2013 00:11:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130224121149A</guid></item><item><title>Updated Wiki: Home</title><link>http://sshnet.codeplex.com/wikipage?version=21</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote, dynamic and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Mon, 28 Jan 2013 20:51:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130128085130P</guid></item><item><title>Updated Wiki: Home</title><link>http://sshnet.codeplex.com/wikipage?version=20</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/611047"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Mon, 28 Jan 2013 20:50:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130128085046P</guid></item><item><title>Updated Wiki: Home</title><link>http://sshnet.codeplex.com/wikipage?version=19</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc, cast128-cbc, arcfour and twofish encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5, hmac-sha1, hmac-ripemd160, hmac-sha2-256, hmac-sha2-256-96, hmac-md5-96 and hmac-sha1-96 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Mon, 28 Jan 2013 20:49:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20130128084940P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sshnet.codeplex.com/documentation?version=18</link><description>&lt;div class="wikidoc"&gt;&lt;i&gt;&lt;b&gt;Notice:&lt;/b&gt; This wiki is a work in progress and may contain dead-links or inaccurate information.  Do &lt;b&gt;not&lt;/b&gt; file any issues until this notice is removed. &lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/wikipage?title=How%20to%20enhance%20debugging%20experience%20with%20SSH.NET&amp;referringTitle=Documentation"&gt;How to enhance debugging experience with SSH.NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/wikipage?title=Troubleshooting%20SSH.NET&amp;referringTitle=Documentation"&gt;Troubleshooting SSH.NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/599467"&gt;Download the SSH.NET API documentation&lt;/a&gt; &lt;b&gt;Updated: 2013-01-08&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The following is a list of links that might be useful.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/tmarq/archive/2010/04/14/performing-asynchronous-work-or-tasks-in-asp-net-applications.aspx"&gt;Performing Asynchronous Work, or Tasks, in ASP.NET Applications&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Problems using the CHM file on Windows 7 or Windows 8&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Windows 7&lt;/b&gt;&lt;br /&gt;The CHM file, at least in windows 7, when downloaded, will show broken links and empty pages unless you unblock the file.
&lt;ol&gt;&lt;li&gt;Right click on: SshClient.chm # two&lt;/li&gt;
&lt;li&gt;Near the bottom of the dialog on the right, you will see an &amp;quot;Unblock&amp;quot; button. Click it!&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;Windows 8&lt;/b&gt;&lt;br /&gt;Start PowerShell and use this command: &lt;i&gt;Unblock-File .\SshNet.chm&lt;/i&gt;&lt;br /&gt;Note, you can move to directories like you can in Command Prompt. &lt;br /&gt;&lt;a href="http://superuser.com/a/400950/73561"&gt;Source&lt;/a&gt; (superuser.com)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Tue, 08 Jan 2013 18:03:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130108060338P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sshnet.codeplex.com/documentation?version=17</link><description>&lt;div class="wikidoc"&gt;&lt;i&gt;&lt;b&gt;Notice:&lt;/b&gt; This wiki is a work in progress and may contain dead-links or inaccurate information.  Do &lt;b&gt;not&lt;/b&gt; file any issues until this notice is removed. &lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/wikipage?title=How%20to%20enhance%20debugging%20experience%20with%20SSH.NET&amp;referringTitle=Documentation"&gt;How to enhance debugging experience with SSH.NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/wikipage?title=Troubleshooting%20SSH.NET&amp;referringTitle=Documentation"&gt;Troubleshooting SSH.NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/599467"&gt;Download the SSH.NET API documentation&lt;/a&gt; &lt;b&gt;Updated: 2012-09-12&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The following is a list of links that might be useful.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/tmarq/archive/2010/04/14/performing-asynchronous-work-or-tasks-in-asp-net-applications.aspx"&gt;Performing Asynchronous Work, or Tasks, in ASP.NET Applications&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Problems using the CHM file on Windows 7 or Windows 8&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Windows 7&lt;/b&gt;&lt;br /&gt;The CHM file, at least in windows 7, when downloaded, will show broken links and empty pages unless you unblock the file.
&lt;ol&gt;&lt;li&gt;Right click on: SshClient.chm # two&lt;/li&gt;
&lt;li&gt;Near the bottom of the dialog on the right, you will see an &amp;quot;Unblock&amp;quot; button. Click it!&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;Windows 8&lt;/b&gt;&lt;br /&gt;Start PowerShell and use this command: &lt;i&gt;Unblock-File .\SshNet.chm&lt;/i&gt;&lt;br /&gt;Note, you can move to directories like you can in Command Prompt. &lt;br /&gt;&lt;a href="http://superuser.com/a/400950/73561"&gt;Source&lt;/a&gt; (superuser.com)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Tue, 08 Jan 2013 18:03:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130108060320P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://sshnet.codeplex.com/documentation?version=16</link><description>&lt;div class="wikidoc"&gt;&lt;i&gt;&lt;b&gt;Notice:&lt;/b&gt; This wiki is a work in progress and may contain dead-links or inaccurate information.  Do &lt;b&gt;not&lt;/b&gt; file any issues until this notice is removed. &lt;/i&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/wikipage?title=How%20to%20enhance%20debugging%20experience%20with%20SSH.NET&amp;referringTitle=Documentation"&gt;How to enhance debugging experience with SSH.NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/wikipage?title=Troubleshooting%20SSH.NET&amp;referringTitle=Documentation"&gt;Troubleshooting SSH.NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/downloads/get/484824"&gt;Download the SSH.NET API documentation&lt;/a&gt; &lt;b&gt;Updated: 2012-09-12&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;The following is a list of links that might be useful.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/b/tmarq/archive/2010/04/14/performing-asynchronous-work-or-tasks-in-asp-net-applications.aspx"&gt;Performing Asynchronous Work, or Tasks, in ASP.NET Applications&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Problems using the CHM file on Windows 7 or Windows 8&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Windows 7&lt;/b&gt;&lt;br /&gt;The CHM file, at least in windows 7, when downloaded, will show broken links and empty pages unless you unblock the file.
&lt;ol&gt;&lt;li&gt;Right click on: SshClient.chm # two&lt;/li&gt;
&lt;li&gt;Near the bottom of the dialog on the right, you will see an &amp;quot;Unblock&amp;quot; button. Click it!&lt;/li&gt;&lt;/ol&gt;
&lt;b&gt;Windows 8&lt;/b&gt;&lt;br /&gt;Start PowerShell and use this command: &lt;i&gt;Unblock-File .\SshNet.chm&lt;/i&gt;&lt;br /&gt;Note, you can move to directories like you can in Command Prompt. &lt;br /&gt;&lt;a href="http://superuser.com/a/400950/73561"&gt;Source&lt;/a&gt; (superuser.com)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Tue, 08 Jan 2013 18:00:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20130108060038P</guid></item><item><title>Updated Wiki: Home</title><link>http://sshnet.codeplex.com/wikipage?version=18</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;br /&gt;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 complete rewrite using .NET 4.0, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance I can get.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Execution of SSH command using both synchronous and asynchronous methods&lt;/li&gt;
&lt;li&gt;Return command execution exit status and other information&lt;/li&gt;
&lt;li&gt;Provide SFTP functionality for both synchronous and asynchronous operations.&lt;/li&gt;
&lt;li&gt;Provides SCP functionality.&lt;/li&gt;
&lt;li&gt;Provide status report for upload and download sftp operations to allow accurate progress bar implementation&lt;/li&gt;
&lt;li&gt;Remote and local port forwarding&lt;/li&gt;
&lt;li&gt;Shell/Terminal implementation.&lt;/li&gt;
&lt;li&gt;Specify key file pass phrase&lt;/li&gt;
&lt;li&gt;Use multiple key files to authenticate&lt;/li&gt;
&lt;li&gt;Supports diffie-hellman-group-exchange-sha256, diffie-hellman-group-exchange-sha1, diffie-hellman-group14-sha1 and diffie-hellman-group1-sha1 key exchange methods.&lt;/li&gt;
&lt;li&gt;Supports 3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr, aes256-ctr, blowfish-cbc and cast128-cbc encryptions.&lt;/li&gt;
&lt;li&gt;Supports hmac-md5 and hmac-sha1 hashing algorithms.&lt;/li&gt;
&lt;li&gt;Supports publickey, password and keyboard-interactive authentication methods&lt;/li&gt;
&lt;li&gt;Supports RSA and DSA private key&lt;/li&gt;
&lt;li&gt;Supports DES-EDE3-CBC, DES-EDE3-CFB, DES-CBC, AES-128-CBC, AES-192-CBC and AES-256-CBC  algorithms for private key encryption.&lt;/li&gt;
&lt;li&gt;Supports two-factor or higher authentication&lt;/li&gt;
&lt;li&gt;Supports .NET 3.5, Silverlight and Windows Phone&lt;/li&gt;
&lt;li&gt;Supports SOCKS4, SOCKS5 and HTTP Proxy&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Samples&lt;/b&gt;&lt;br /&gt;Sample code can be found by looking at the test cases included in the source code. &lt;u&gt;Make sure you read the code for tests that is &lt;b&gt;not expected to fail&lt;/b&gt;.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Future Features&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compression support&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Samples and Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=sshnet&amp;DownloadId=191831"&gt;SshClient.chm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you have any problems or comments please let me know, if you think its a bug please log it in issue tracker and I will try to address it as quick as possible.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>olegkap</author><pubDate>Thu, 20 Dec 2012 21:28:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20121220092849P</guid></item><item><title>New Comment on "Documentation"</title><link>http://sshnet.codeplex.com/documentation?&amp;ANCHOR#C25180</link><description>For issues with the SshClient.chm right-click on the file and select properties. The unblock option will be at the bottom of the properties window. Click unblock and apply and that is it.</description><author>smccoy78</author><pubDate>Thu, 04 Oct 2012 17:59:04 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20121004055904P</guid></item><item><title>Updated Wiki: Troubleshooting SSH.NET</title><link>http://sshnet.codeplex.com/wikipage?title=Troubleshooting SSH.NET&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;Troubleshooting SSH.NET&lt;/h1&gt;
&lt;p&gt;If you encounter problems using the library, use this page as a reference on how to try find the source of the problem.&lt;/p&gt;
&lt;p&gt;Please ensure you are using the &lt;strong&gt;latest release&lt;/strong&gt; of SSH.NET. If you are already using the
&lt;a href="http://sshnet.codeplex.com/releases/"&gt;latest release&lt;/a&gt;, then download and compile the latest
&lt;a href="http://sshnet.codeplex.com/SourceControl/list/changesets"&gt;Source Code&lt;/a&gt;. Don't forget to update your project(s) reference(s).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You may also find &lt;a href="http://sshnet.codeplex.com/wikipage?title=How%20to%20enhance%20debugging%20experience%20with%20SshNet"&gt;
How to enhance debugging experience with SshNet&lt;/a&gt; useful.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Template for submitting an issue report &lt;/li&gt;&lt;li&gt;How to narrow your problem down
&lt;ol&gt;
&lt;li&gt;Frequently experienced SSH.NET exceptions &lt;/li&gt;&lt;li&gt;System.Net.Socket exceptions &lt;/li&gt;&lt;li&gt;.NET TraceSource and TraceListeners &lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;li&gt;SSH server assisted troubleshooting
&lt;ol&gt;
&lt;li&gt;Log files &lt;/li&gt;&lt;li&gt;Debugging mode
&lt;ol&gt;
&lt;li&gt;Debug level &lt;/li&gt;&lt;li&gt;Foreground process &lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;li&gt;Unsupported remote systems
&lt;ol&gt;
&lt;li&gt;Watchguard Firewall &lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;hr noshade="noshade"&gt;
&lt;h2&gt;Template for submitting an issue report&lt;/h2&gt;
&lt;p&gt;Before you submit an issue report, please ensure you are using the &lt;strong&gt;latest release&lt;/strong&gt; of SSH.NET. If you are already using the
&lt;a href="http://sshnet.codeplex.com/releases/"&gt;latest release&lt;/a&gt;, then download and compile the latest
&lt;a href="http://sshnet.codeplex.com/SourceControl/list/changesets"&gt;Source Code&lt;/a&gt;. Don't forget to update your project(s) reference(s).&lt;/p&gt;
&lt;p&gt;Additionally, try to narrow down the problem by creating a very simple example that reproduces the problem you have. This is an important step, because it will eliminate most issues relating from other code that might influence the behavior of SSH.NET&lt;/p&gt;
&lt;p&gt;Please use this template when submitting a new issue report. It will provide the necessary details for a more precise understanding of the problem you have.&lt;/p&gt;
&lt;p&gt;Just copy everything between the 2 lines and paste them into the &lt;em&gt;Create Issue&lt;/em&gt;
&lt;em&gt;Description&lt;/em&gt; textbox.&lt;/p&gt;
&lt;hr noshade="noshade"&gt;
&lt;p&gt;&lt;strong&gt;Remote Server Information&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;Remote SSH Server version:

Remote Operating System distribution name and architecture (x32/x64):

What kind of access do you have?:

Does Putty/WinSCP work?:
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Local Machine Information&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;Operating System (for Windows, run winver.exe):

.NET Framework versions installed (See C:\WINDOWS\Microsoft.Net\Framework):
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Project information&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;What is your Target Framework set to, and architecture (x32/x64)?: 

Is your project multi-threaded/complex?:

.NET Framework or Mono?:
&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Source Code&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;Sample Code:

Exceptions and Stack Trace/Call Stack:

&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;File transfer related&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;Transfer over LAN or Internet?:

File size in Bytes:

Uploading or Downloading?

Does remote server have enough space to store the file?

Do you have access to the file being uploaded or downloaded?

&lt;/pre&gt;
&lt;hr noshade="noshade"&gt;
&lt;h2&gt;How to narrow your problem down&lt;/h2&gt;
&lt;p&gt;By creating the simplest possible code that reproduce the problem you are having, it will be easier to debug and to pinpoint exactly where and why the problem is happening. So take some time to create code that can reproduce the problem.&lt;/p&gt;
&lt;h3&gt;Frequently experienced SSH.NET exceptions&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;&amp;quot;Key exchange negotiation failed&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The client and the server cannot find a common algoritm for exchanging keys.&lt;/p&gt;
&lt;p&gt;To find out what kind of algoritms the server supports, you can put a breakpoint in the
&lt;em&gt;Start(Session, KeyExchangeInitMessage)&lt;/em&gt;-method in &lt;em&gt;Security\KeyExchange.cs&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;quot;No suitable authentication method found to complete authentication.&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The server is expecting a password/key authentication, but the client is sending a key/password, or an authentication mechanism that is not commonly supported by both client and server.&lt;/p&gt;
&lt;h3&gt;System.Net.Socket exceptions&lt;/h3&gt;
&lt;p&gt;Sometimes the server doesn't know what to do, and it just closes the connection and you'll get either of these exceptions&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An existing connection was forcibly closed by the remote host &lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;If you get any of the following exception descriptions, it might be a problem on the computer you are running the program from, or the network you are on, and you should try your program on a different computer and network.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A blocking operation was interrupted by a call to WSACancelBlockingCall &lt;/li&gt;&lt;li&gt;Connection was lost &lt;/li&gt;&lt;li&gt;A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied
&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;.NET TraceSource and TraceListeners&lt;/h3&gt;
&lt;p&gt;SSH.NET contains some tracing functionality, but at the time of writing, this is very limited.&lt;/p&gt;
&lt;p&gt;The XML samples here should be put in the &lt;em&gt;app.exe.config&lt;/em&gt; under &lt;em&gt;configuration&lt;/em&gt; -&amp;gt;
&lt;em&gt;system.diagnostics&lt;/em&gt;-element.&lt;/p&gt;
&lt;p&gt;The samples here are based on samples posted in &lt;a href="http://blogs.msdn.com/b/dgorti/" target="_blank"&gt;
&lt;em&gt;Durgaprasad Gorti's WebLog&lt;/em&gt;&lt;/a&gt; at &lt;a href="http://blogs.msdn.com/b/dgorti/archive/2005/09/18/471003.aspx" target="_blank"&gt;
Using System.Net Tracing&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;System.Net.Sockets&lt;/h4&gt;
&lt;p&gt;The System.Net.Sockets namespace has some tracing options, this is how you enable it.&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color:#a31515"&gt;xml&lt;/span&gt; &lt;span style="color:red"&gt;version&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;1.0&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;encoding&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;UTF-8&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:blue"&gt;?&amp;gt;&lt;/span&gt;
&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;configuration&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;system.diagnostics&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;trace&lt;/span&gt; &lt;span style="color:red"&gt;autoflush&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;true&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;
            &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;sources&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;source&lt;/span&gt; &lt;span style="color:red"&gt;name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;System.Net.Sockets&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;maxdatasize&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;1024&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                    &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;listeners&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                        &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;add&lt;/span&gt; &lt;span style="color:red"&gt;name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;MyTraceFile&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;
                    &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;listeners&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;source&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;source&lt;/span&gt; &lt;span style="color:red"&gt;name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;System.Net&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;maxdatasize&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;1024&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                    &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;listeners&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                        &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;add&lt;/span&gt; &lt;span style="color:red"&gt;name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;MyTraceFile&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;
                    &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;listeners&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;source&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
            &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;sources&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;

            &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;sharedListeners&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;add&lt;/span&gt;
                  &lt;span style="color:red"&gt;name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;MyTraceFile&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;
                  &lt;span style="color:red"&gt;type&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;System.Diagnostics.TextWriterTraceListener&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;
                  &lt;span style="color:red"&gt;initializeData&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;SshNetTrace.log&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;
                &lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;
            &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;sharedListeners&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;

            &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;switches&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
                &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;add&lt;/span&gt; &lt;span style="color:red"&gt;name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;System.Net&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;value&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;Verbose&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;
                &lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;add&lt;/span&gt; &lt;span style="color:red"&gt;name&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;System.Net.Sockets&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;value&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;Info&lt;/span&gt;&lt;span style="color:black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:blue"&gt;/&amp;gt;&lt;/span&gt;
            &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;switches&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;

    &lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;system.diagnostics&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;configuration&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;SSH server assisted troubleshooting&lt;/h2&gt;
&lt;p&gt;References&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://fixunix.com/mandrake/122505-run-sshd-debugging-mode.html" target="_blank"&gt;Run sshd in debugging mode.&lt;/a&gt; (fixunix.com)
&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;Log files&lt;/h3&gt;
&lt;p&gt;Sample command for reading &lt;em&gt;sshd&lt;/em&gt; related messages from &lt;em&gt;/var/log/messages&lt;/em&gt;:&lt;/p&gt;
&lt;pre&gt;cat /var/log/messages | grep &amp;quot;$(date '&amp;#43;%b %_d')&amp;quot; | grep sshd&lt;/pre&gt;
&lt;h3&gt;Debugging mode&lt;/h3&gt;
&lt;p&gt;You can configure your SSH server to run in debugging mode, this will cause more extensive logging depending on the debug level.&lt;/p&gt;
&lt;p style="color:red"&gt;&lt;strong&gt;Before you make changes to configuration files, make sure you have a backup of the original.&lt;/strong&gt;&lt;/p&gt;
&lt;p style="color:red"&gt;&lt;strong&gt;Also remember that if you stop the SSH server you are disconnected from the remote host.&lt;/strong&gt;&lt;/p&gt;
&lt;h4&gt;Debug level&lt;/h4&gt;
&lt;p&gt;This method will increase the debug output from the SSH server to the log file.&lt;/p&gt;
&lt;p&gt;Open &lt;em&gt;/etc/ssh/sshd_config&lt;/em&gt; and locate &lt;em&gt;LogLevel&lt;/em&gt;, this is usually set to
&lt;em&gt;INFO&lt;/em&gt;. Change it to DEBUG1, DEBUG2 or DEBUG3 for maximum detail, but you should start with DEBUG1 and move upwards.&lt;/p&gt;
&lt;h4&gt;Foreground process&lt;/h4&gt;
&lt;p&gt;This method will cause the SSH server to run in the foreground and not run as a background process. This method should only be used if you have physical access to the machine.&lt;/p&gt;
&lt;h2&gt;Unsupported remote systems&lt;/h2&gt;
&lt;p&gt;In some cases there are systems that SSH.NET cannot be used with. Here is the ones that are known to not work&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://sshnet.codeplex.com/discussions/254643" target="_blank"&gt;Watchguard Firewall&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Kenneth_aa</author><pubDate>Fri, 14 Sep 2012 15:31:29 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Troubleshooting SSH.NET 20120914033129P</guid></item><item><title>New Comment on "Documentation"</title><link>http://sshnet.codeplex.com/documentation?&amp;ANCHOR#C24964</link><description>I don&amp;#39;t see this &amp;#34;Unblock&amp;#34; button on my Windows 7 .. &amp;#63;</description><author>platzh1rsch</author><pubDate>Wed, 12 Sep 2012 11:48:26 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20120912114826A</guid></item></channel></rss>