tomaswolf commented on issue #686: URL: https://github.com/apache/mina-sshd/issues/686#issuecomment-2706432208
One thing that can bake a big difference is the encryption. If chcha20-poly1305 is used, it'll all be done in Java. If the device has AES, it might be much faster. What security providers are there on the device? We did create an extra setup for using SunJCE for AES in commit f60f759; but if the device doesn't have SunJCE, that won't be active. Then you might need to do something similar for whatever security provider offers native AES on the device. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org