On Mon, March 1, 2010 10:31, Bas Mevissen wrote:
> On Sun, 2010-02-28 at 11:30 +0100, Stijn Tintel wrote:
>> On 28-02-10 11:28, Stijn Tintel wrote:
>> > This patch allows multiple listen ports to be configured for dropbear
>> in
>> > /etc/config/dropbear. It renames the 'Port' option to 'Ports', so this
>> > will break existing configs.
>
> What looks more useful to me, is to have multiple different dropbear
> configs at the same time, e.g.
>
> # Public key-only login port
> config dropbear
>       option PasswordAuth 'off'
>       option Port         '22'
>       option BannerFile   '/etc/banner'
>
> # Hidden password enabled fall-back
> config dropbear
>       option PasswordAuth 'on'
>       option Port         '2222'
>
> Is that already supported?
>
> I would also not see much reason to rename "Port" to "Ports". As already
> said, it is a rarely used setup and it works fine when called "Port".
>
> Bas.
>

Yes, multiple instances are already supported.

His patch provides multiple ports for each instance.
I also would prefer to keep the current option name.
Let's see what the OpenWrt maintainer will do.

Maddes


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to