#16858: [dropbear] missing shutdown() in /etc/init.d/dropbear
--------------------------------------+------------------------------------
Reporter: chris5560 | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Barrier Breaker
Component: base system | (trunk)
Keywords: dropbear shutdown reboot | Version: Trunk
--------------------------------------+------------------------------------
Hi,
on shutdown/reboot of OpenWrt, active ssh client sessions are left in an
undefined state. Dropbear stops without terminating Client sessions.
This extension in /etc/init.d/dropbear will do the job.
{{{
shutdown()
{
# on shutdown/reboot terminate all ssh client sessions
killall -SIGTERM dropbear
}
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/16858>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets