[BusyBox] OpenSSH on BusyBox

Vladimir N. Oleynik dzo at simtreas.ru
Wed Dec 18 05:14:03 UTC 2002


Nick,

> Is anybody successfully used the subj?
> 
> I build openssl-0.9.6h and zlib-1.1.4 libs and install to
> busybox:/usr/lib
> then build and install openssh-3.5p1 binaries (ssh, sshd, scp only)
> to busybox:/usr/sbin
> 
> It's on my BB:
> ~ # ls -1 /usr/lib
> libcrypto.so
> libcrypto.so.0
> libcrypto.so.0.9.6
> libssl.so
> libssl.so.0
> libssl.so.0.9.6
> libz.so
> libz.so.1
> libz.so.1.1.4
> 
> But
> ~ # ssh
> You don't exist, go away!
> ~ # ssh --help
> You don't exist, go away!
> ~ # scp
> unknown user 0
> ~ #
> 
> Is it something related to utmp/wtmp?
> But my ssh was configured with disabled utmp/wtmp:
> ./configure --prefix=/usr --libexecdir=/usr/sbin \
> --with-ipv4-default --with-rand-helper \
> --without-tcp-wrappers \
> --with-pid-dir=/var/run \
> --disable-wtmp --disable-wtmpx --disable-utmp  --disable-utmpx

You don`t set root user to /etc/passwd ?


--w
vodz



More information about the busybox mailing list