SSH on linux

alexandro
Hi all,

I want to connect mini2440 via SSH for remote debugging. I tried to install
both openssh4mini2440 and dropbear but had no success. Any tutorial about
this topic.

I tried 
-http://code.google.com/p/openssh4mini2440/wiki/HowTo
-http://www.friendlyarm.net/forum/topic/2334

Juergen Beisert
Use my board support package (BSP) for the Mini2440, enable SSH or dropbear
in the menu, build the BSP, use it on your Mini2440. It can be very
simple...

alexandro
Thanx for reply. but is it easier to building the bsp then installing any
ssh server for a newbie? :)

Juergen Beisert
Most of the time building the BSP works without interaction. At then end
you will have a build system, root filesystem, kernel and everything else
to make your Mini2440 work in a reliable way. All parts are matching. With
this knowledge in background you can start your own experiments adding
this, removing that and so on. You don't need to hunt phantom bugs due to
inoperative toolchains (wrong architecture support), bad libraries (also
wrong architecture), broken buildsystems (not cross build aware) and so on.
And if something really bad happens you can recover your Mini2440 from 
what the BSP provides.

When you have learned what is important to get your system work in a
reliable way, you can start to cross compile your own projects, because you
then know the pitfalls and how to avoid them.

Happy hacking