[LEDE-DEV] [PATCH] busybox: re-enable telnet applet

John Crispin john at phrozen.org
Sun Feb 18 01:27:54 PST 2018



On 20/06/17 19:13, Stefan Tomanek wrote:
> While sshd should be favoured over telnetd, having a telnet client on the
> router is useful for connecting to other devices in the same LAN.
>
> Signed-off-by: Stefan Tomanek <stefan.tomanek at wertarbyte.de>

sorry for the late reply, it has been discussed over and over and the 
decision was made to not enable telnet by default. sorry ...

     John
> ---
>   package/utils/busybox/Config-defaults.in |    4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in
> index 1977e7f..9e0efcf 100644
> --- a/package/utils/busybox/Config-defaults.in
> +++ b/package/utils/busybox/Config-defaults.in
> @@ -2289,10 +2289,10 @@ config BUSYBOX_DEFAULT_TCPSVD
>   	default n
>   config BUSYBOX_DEFAULT_TELNET
>   	bool
> -	default n
> +	default y
>   config BUSYBOX_DEFAULT_FEATURE_TELNET_TTYPE
>   	bool
> -	default n
> +	default y
>   config BUSYBOX_DEFAULT_FEATURE_TELNET_AUTOLOGIN
>   	bool
>   	default n




More information about the Lede-dev mailing list