From d37872c730d7eb2ef6700d184c354d52a80ff9b8 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 14 Aug 2019 15:27:56 +0200 Subject: [PATCH] Added source for cipher performance --- sync.conf.example | 1 + 1 file changed, 1 insertion(+) diff --git a/sync.conf.example b/sync.conf.example index f8a1e77..196b399 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -71,6 +71,7 @@ SSH_COMPRESSION=true ## -T = turn off pseudo-tty, -c arcfour = weakest but fasted ssh encryption (destination must accept "Ciphers arcfour" in sshd_config), -x turns off X11 forwarding ## arcfour isn't accepted on most newer systems, you may then prefer any AES encryption if processor has aes-ni hardware acceleration ## If the system does not provide hardware assisted acceleration, chacha20-poly1305@openssh.com is a good cipher to select +## See: https://wiki.csnu.org/index.php/SSH_ciphers_speed_comparison ## Uncomment the following line to use those optimizations, on secured links only #SSH_OPTIONAL_ARGS="-T -c aes128-ctr -o Compression=no -x"