Created
January 21, 2014 10:59
-
-
Save hummus/8538023 to your computer and use it in GitHub Desktop.
ssh throughput oneliner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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