# HG changeset patch
# User Oleksandr Gavenko <gavenkoa@gmail.com>
# Date 1501539656 -10800
# Node ID e3b5f71d12f0110b46e80b3a88fffaf048c41fac
# Parent  33ef236a0dd52e434a897bbf4df30966896902fd
Fix: Unsupported option compressionlevel.

diff -r 33ef236a0dd5 -r e3b5f71d12f0 .ssh/config
--- a/.ssh/config	Tue Jul 25 17:49:04 2017 +0300
+++ b/.ssh/config	Tue Aug 01 01:20:56 2017 +0300
@@ -13,9 +13,6 @@
 
 # Enable compression. To turn on it manually invoke ssh with -C key.
 Compression yes
-# CompressionLevel has value 1..9 (fast..slow/best) with default 6.
-# Applicable for SSH protocol version 1.
-CompressionLevel 8
 
 # Prefer public key authentication.
 PreferredAuthentications publickey,keyboard-interactive,password