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.

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to