my company is trying offer a sftp service for a big amount of customers. The serving machine will be on a VM and tests have shown that, with an increasing amount of simultaneous users, the cpu becomes heavily utilized solely by doing the connection encryption.
Is there a known way to tackle this problem. Maybe with something like externalizing the encyrption operations on actual hardware.
I'd love to hear your suggestions.
Thank you very much.