On Feb 13, 2008 1:11 PM, <[EMAIL PROTECTED]> wrote: > It seams to outperform the normal SSH a lot and this speedup looks kinda > impressiv btw.
The speedup looks impressive for 1 connection (because different cores are computing AES-CTR), but what happens when multiple SCP/SFTP connections are busy? In this case the normal SSH will run a process for each connection and the multiple cores are automatically active. OpenBSD is not good at multithreading so does it make sense to include this? A "none" cipher also should like a bad idea. Just use another file transfer protocol in that case. Cheers, Dries