openwrtv4/package/network
Christian Schoenebeck 1e177844bc dropbear: close all active clients on shutdown
Override the default shutdown action (stop) and close all processes
of dropbear

Since commit 498fe85, the stop action only closes the process
that's listening for new connections, maintaining the ones with
existing clients.
This poses a problem when restarting or shutting-down a device,
because the connections with existing SSH clients, like OpenSSH,
are not properly closed, causing them to hang.

This situation can be avoided by closing all dropbear processes when
shutting-down the system, which closes properly the connections with
current clients.

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
[Luis: Rework commit message]
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
2018-07-16 08:40:51 +02:00
..
config firewall: compile with LTO enabled 2018-07-13 17:22:53 +02:00
ipv6 odhcp6c: add noserverunicast config option for broken DHCPv6 servers 2018-07-15 22:19:10 +02:00
services dropbear: close all active clients on shutdown 2018-07-16 08:40:51 +02:00
utils curl: Update to 7.61.0 2018-07-15 22:35:22 +02:00