Skip to content

Instantly share code, notes, and snippets.

@ttdoda
Created August 12, 2020 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttdoda/6b7afecfacf1363a0ed388b0c8dd1e28 to your computer and use it in GitHub Desktop.
Save ttdoda/6b7afecfacf1363a0ed388b0c8dd1e28 to your computer and use it in GitHub Desktop.
OpenSSH 8.2/8.3でのchacha20-poly1305の速度比較
sue@hiyo% repeat 10 test/openssh/8.2/bin/scp -P 8222 -o Ciphers=chacha20-poly1305@openssh.com scptest.dat localhost:/dev/null
scptest.dat 100% 1024MB 82.1MB/s 00:12
scptest.dat 100% 1024MB 79.5MB/s 00:12
scptest.dat 100% 1024MB 80.3MB/s 00:12
scptest.dat 100% 1024MB 80.1MB/s 00:12
scptest.dat 100% 1024MB 80.7MB/s 00:12
scptest.dat 100% 1024MB 80.5MB/s 00:12
scptest.dat 100% 1024MB 78.2MB/s 00:13
scptest.dat 100% 1024MB 80.7MB/s 00:12
scptest.dat 100% 1024MB 80.5MB/s 00:12
scptest.dat 100% 1024MB 80.6MB/s 00:12
sue@hiyo% repeat 10 test/openssh/8.2/bin/scp -P 8322 -o Ciphers=chacha20-poly1305@openssh.com scptest.dat localhost:/dev/null
scptest.dat 100% 1024MB 98.1MB/s 00:10
scptest.dat 100% 1024MB 97.9MB/s 00:10
scptest.dat 100% 1024MB 98.1MB/s 00:10
scptest.dat 100% 1024MB 97.1MB/s 00:10
scptest.dat 100% 1024MB 96.9MB/s 00:10
scptest.dat 100% 1024MB 98.9MB/s 00:10
scptest.dat 100% 1024MB 98.6MB/s 00:10
scptest.dat 100% 1024MB 97.8MB/s 00:10
scptest.dat 100% 1024MB 97.7MB/s 00:10
scptest.dat 100% 1024MB 97.8MB/s 00:10
sue@hiyo% repeat 10 test/openssh/8.3/bin/scp -P 8222 -o Ciphers=chacha20-poly1305@openssh.com scptest.dat localhost:/dev/null
scptest.dat 100% 1024MB 99.8MB/s 00:10
scptest.dat 100% 1024MB 99.8MB/s 00:10
scptest.dat 100% 1024MB 97.1MB/s 00:10
scptest.dat 100% 1024MB 99.4MB/s 00:10
scptest.dat 100% 1024MB 98.8MB/s 00:10
scptest.dat 100% 1024MB 99.5MB/s 00:10
scptest.dat 100% 1024MB 99.1MB/s 00:10
scptest.dat 100% 1024MB 99.5MB/s 00:10
scptest.dat 100% 1024MB 98.8MB/s 00:10
scptest.dat 100% 1024MB 98.9MB/s 00:10
sue@hiyo% repeat 10 test/openssh/8.3/bin/scp -P 8322 -o Ciphers=chacha20-poly1305@openssh.com scptest.dat localhost:/dev/null
scptest.dat 100% 1024MB 124.5MB/s 00:08
scptest.dat 100% 1024MB 124.3MB/s 00:08
scptest.dat 100% 1024MB 125.5MB/s 00:08
scptest.dat 100% 1024MB 123.6MB/s 00:08
scptest.dat 100% 1024MB 124.7MB/s 00:08
scptest.dat 100% 1024MB 123.6MB/s 00:08
scptest.dat 100% 1024MB 121.9MB/s 00:08
scptest.dat 100% 1024MB 124.0MB/s 00:08
scptest.dat 100% 1024MB 123.5MB/s 00:08
scptest.dat 100% 1024MB 123.9MB/s 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment