I'm running the mysecureshell debian package on my NAS, that has a ARM processor. I built it myself, from the provided source packages. These are the commands I used (running as root):

aptitude install dpkg-dev debhelper libacl1-dev libssl-dev
mkdir /root/builddir
cd /root/builddir
apt-get source mysecureshell
cd mysecureshell-1.20/
./debian/rules binary

This results in the file mysecureshell_1.20_armel.deb that is put in /root/builddir

To install the package run:

dpkg -i  mysecureshell_1.20_armel.deb

According tot popcon (http://popcon.debian.org/) the armel architecture is the third biggest, after i386 and amd64. Is there any change we could support the armel achitecture? I'd be happy to supply binary packages.

2

(2 replies, posted in Installation)

No problem. Thanks for responding this quickly!

3

(2 replies, posted in Installation)

Hi guys,

Your debian repository is broken.

Please see:
http://mysecureshell.free.fr/repository … 6/Packages