From 231081729f36be9b8aec197fb4e4ebfb3fdd78ec Mon Sep 17 00:00:00 2001 From: Kenneth_aa_cp Date: Fri, 4 Nov 2011 08:37:10 +0000 Subject: [PATCH] Fixed a bug that was left after reworking compression. Caused Remote host closed the connection. --- Renci.SshClient/Renci.SshNet/ConnectionInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Renci.SshClient/Renci.SshNet/ConnectionInfo.cs b/Renci.SshClient/Renci.SshNet/ConnectionInfo.cs index 2334ba3e..192d0e16 100644 --- a/Renci.SshClient/Renci.SshNet/ConnectionInfo.cs +++ b/Renci.SshClient/Renci.SshNet/ConnectionInfo.cs @@ -203,9 +203,9 @@ namespace Renci.SshNet this.CompressionAlgorithms = new Dictionary() { - //{"none", null}, + {"none", null}, //{"zlib", typeof(Zlib)}, - {"zlib@openssh.com", typeof(ZlibOpenSsh)}, + //{"zlib@openssh.com", typeof(ZlibOpenSsh)}, }; this.ChannelRequests = new Dictionary()