Skip to content

Instantly share code, notes, and snippets.

@n1koo
Created April 16, 2017 13:49
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 n1koo/27c632eb0cac491d00abde774cf9e50c to your computer and use it in GitHub Desktop.
Save n1koo/27c632eb0cac491d00abde774cf9e50c to your computer and use it in GitHub Desktop.
n1ko@kuber1:~$ time scp -o ControlPath=none -o Ciphers=chacha20-poly1305@openssh.com xxx 100% 2767MB 115.3MB/s 00:24
real 0m26.440s
user 0m17.864s
sys 0m11.088s
n1ko@kuber1:~$ time scp -o ControlPath=none -o Ciphers=aes256-gcm@openssh.com xxx 100% 2767MB 162.8MB/s 00:17
real 0m19.457s
user 0m7.936s
sys 0m12.816s
n1ko@kuber1:~$ time scp -o ControlPath=none -o Ciphers=aes256-ctr xxx 100% 2767MB 184.5MB/s 00:15
real 0m16.883s
user 0m6.480s
sys 0m12.784s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment