Advertisement
Guest User

Untitled

a guest
May 9th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. scp ping@pong:/home/aa/test.iso /dev/null
  2. 100% 59MB 14.7MB/s 00:04
  3. scp -c arcfour ping@pong:/home/aa/test.iso /dev/null
  4. 100% 59MB 29.4MB/s 00:02
  5. scp -c cast128-cbc ping@pong:/home/aa/test.iso /dev/null
  6. 100% 59MB 9.8MB/s 00:06
  7. scp -c arcfour128 ping@pong:/home/aa/test.iso /dev/null
  8. 100% 59MB 19.6MB/s 00:03
  9. scp -c arcfour256 ping@pong:/home/aa/test.iso /dev/null
  10. 100% 59MB 19.6MB/s 00:03
  11. scp -c blowfish-cbc ping@pong:/home/aa/test.iso /dev/null
  12. 100% 59MB 14.7MB/s 00:04
  13. scp -c aes256-ctr ping@pong:/home/aa/test.iso /dev/null
  14. 100% 59MB 11.8MB/s 00:05
  15. ssh -c blowfish-cbc ping@192.168.x.1 "cat /home/aa/test.iso" | dd of=/dev/null
  16. 61640704 Bytes (62 MB) kopiert, 17,8659 s, 3,5 MB/s
  17. ssh -c aes256-ctr ping@192.168.x.1 "cat /home/aa/test.iso" | dd of=/dev/null
  18. 61640704 Bytes (62 MB) kopiert, 16,3896 s, 3,8 MB/s
  19. ssh -c arcfour ping@192.168.x.1 "cat /home/aa/test.iso" | dd of=/dev/null
  20. 61640704 Bytes (62 MB) kopiert, 13,2453 s, 4,7 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement