Linux Embedded Dropbear
Dropbear SSH Server on Embedded Linux В Dropbear Server реализованы все основные компоненты протокола SSH 2, а также поддержка X11 и туннелирование аутентификации (для использования локальных ключей при установлении соединения с удалённого сервера). dropbear - это реализация SSH 2 для систем с ограниченным объёмом оперативной памяти dropbearclient заменяет ssh и scp dropbear заменяет sshd. Download the latest source code .tar.gz file from http://matt.ucc.asn.au/dropbear/ . Dropbear, you need to cross-compile Dropbear for your Embedded Linux Target Download and unzip Dropbear source code (for example: dropbear-2012.55.tar.gz) In Dropbear directory create "build" sub-directory In the "build" directory create following "build.sh" script (you need to modify path to your cross tools, gcc and strip): export PATH=/opt/toolchains/stbgcc-4.5.4-2.9/bin:$PATH ../configure --prefix=$($PWD) CC=mipsel-linux-gcc --host=mipsel-linux make mipsel-lin