2
0
mirror of https://github.com/deajan/osync synced 2024-11-03 15:40:14 +00:00

Added source for cipher performance

This commit is contained in:
deajan 2019-08-14 15:27:56 +02:00
parent 997a7904ed
commit d37872c730

View File

@ -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 ## -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 ## 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 ## 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 ## Uncomment the following line to use those optimizations, on secured links only
#SSH_OPTIONAL_ARGS="-T -c aes128-ctr -o Compression=no -x" #SSH_OPTIONAL_ARGS="-T -c aes128-ctr -o Compression=no -x"