openwrtv3/package/network/services/dropbear
Rosen Penev f7528ed0a8 dropbear: Link ssh and scp command to /bin instead of /usr/bin
ssh and scp commands interfere with OpenSSH when installed in /usr/bin .

One use case is when installing dropbear to get root access when only OpenSSH is available (OpenSSH disallows root password logins). Once dropbear installs, it replaces OpenSSH's executables, even when removed with opkg. OpenSSH must be reinstalled to get them back.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-08-31 19:14:43 +02:00
..
files dropbear: add option to set max auth tries 2017-06-28 02:18:20 +02:00
patches dropbear: server support option '-T' max auth tries 2017-06-28 02:18:20 +02:00
Config.in dropbear: Make utmp and putuline support configurable via seperate config options 2016-04-28 13:47:48 +02:00
Makefile dropbear: Link ssh and scp command to /bin instead of /usr/bin 2017-08-31 19:14:43 +02:00