Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ssh compression and a ssh-cipher that enables AES-NI #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glaweh
Copy link

@glaweh glaweh commented May 1, 2021

If the transfer rate is limited by

  • network-bandwidth, enable SSH stream compression
  • ssh/sshd cpu load, switch the ssh-cipher to a one that utilizes
    hardware-accelerated crypto (like x86-aes-ni)

If the transfer rate is limited by
  - network-bandwidth, enable SSH stream compression
  - ssh/sshd cpu load, switch the ssh-cipher to a one that utilizes
    hardware-accelerated crypto (like x86-aes-ni)
@vog vog force-pushed the master branch 2 times, most recently from cc531de to a6b0217 Compare August 26, 2021 19:13
@vog
Copy link
Member

vog commented Feb 1, 2023

@glaweh Did you make performance measurements to verify that these SSH options actually do what they are supposed to do? If so, what speedup (roughly) did you measure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants