slackbuilds/network/dropbear
B. Watson 01bf50c9f8
network/dropbear: Fix script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:36:48 +07:00
..
README network/dropbear: Fix script encoding. 2020-10-17 09:36:48 +07:00
doinst.sh network/dropbear: Update script. 2017-06-28 01:56:52 +07:00
dropbear.SlackBuild network/dropbear: Fix script encoding. 2020-10-17 09:36:48 +07:00
dropbear.info network/dropear: Updated for version 2020.80. 2020-08-29 12:37:16 +12:00
rc.dropbear.new network/dropbear: Update script. 2017-06-28 01:56:52 +07:00
slack-desc network/dropbear: Updated for version 2020.79. 2020-06-28 08:16:44 +07:00

README

dropbear (SSH server and client)

Dropbear is a relatively small SSH 2 server and client. It runs on a
variety of POSIX-based platforms. Dropbear is open source software,
distributed under a MIT-style license. Dropbear is particularly
useful for "embedded"-type Linux (or other Unix) systems, such as
wireless routers.

Please note the Dropbear distribution includes a standalone
version of OpenSSH's scp program. This slackbuild will build this
by default, thus creating a package which conflicts with OpenSSH's
scp binary. Installing this package will overwrite this file with a
symbolic link to the dropbearmulti binary, so a backup of /usr/bin/scp
will be made if it exists. After uninstalling dropbear, you can
restore the backup with 'mv /usr/bin/scp.openssh /usr/bin/scp'.

If you do not want to build the scp binary, use:

    WITH_SCP=no ./dropbear.SlackBuild