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()