Skip to content

Instantly share code, notes, and snippets.

@hummus
Created January 21, 2014 10:59
Show Gist options
  • Save hummus/8538023 to your computer and use it in GitHub Desktop.
Save hummus/8538023 to your computer and use it in GitHub Desktop.
ssh throughput oneliner
ssh hostname 'openssl enc -aes-256-ctr -pass pass:"$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64)" -nosalt < /dev/zero' | pv > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment