Hi.
I'm using openssh (version 6.2) from openembedded-core), instead of dropbear (which for me sometimes takes 100% CPU).
But it seems like it takes longer time to login when I'm using openssh instead of dropbear.
When dropbear works, it's pretty fast in responding (getting the login prompt), but openssh usually takes a few seconds.
Anyone else who had this problem?
Thanks,
Niklas
hi, Niklas
In my opinion, dropbear is a small SSH client and server (sshd) commonly used on embedded systems and use less memmory when running. I don't know why it sometimes takes 100% CPU on your embedded system. And because of its light-weight and low-footprint, dropbear should take less time to login than OpenSSH.
yours,
Tony Zheng