[FS#2125] dropbear race condition with ipv6 networking

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Thu Jul 15 11:27:02 PDT 2021


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#2125 - dropbear race condition with ipv6 networking
User who did this - fda (fda)

----------
As a workaroung im running dropbear by xinetd package
This allows to filter connecting ips/networks

cat  /etc/xinetd.d/dropbear
service ssh
{
        protocol        = tcp
        socket_type     = stream
        server          = /usr/sbin/dropbear
        server_args     = -i
        flags           = IPv6
        only_from       = 192.168.1.0
        only_from       += fda1:2:3:4::/64
        user            = root
        wait            = no
        disable         = no
}
EOX

But you have to re-enable inetd support of dropbear in the makefile before build!
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=2125#comment9924

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list