Skip to Content.
Sympa Menu

baslinux - Re: [BL] A small secure sshd package

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] A small secure sshd package
  • Date: Sat, 2 May 2009 17:41:37 GMT

The Makefile that comes with your source code might give you a hint
about where it is looking for libraries. I don't have the source
code to look at it, and I use dialup internet.

Why do you want to use ssh instead of dropbear? That was pretty
easy to compile.

INSTALL file says:
edit options.h if you want to change something
./configure (with --disable-zlib if you want)
make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
(you don't need to make all of them I skipped convert)
If you want to compile statically add "STATIC-1" to the make
command-line.
I shrink my compiled executables with strip, and it says you
can add 'strip' after make to do it in one step.

Good luck. There are some people in this list who know much
more than I do but they don't seem very active in the list.
Or as stubborn as I am about making things work. This is my
only linux and I use it for everything but wordprocessing.

Sindi




Archive powered by MHonArc 2.6.24.

Top of Page