Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-15 Thread edgar . soldin
hey All, On 2/15/2018 20:50, Magnus Kroken wrote: >>> This is just about the default configuration, it's not a choice between >>> conflicting compile time options with varying security implications. While >>> key authentication may be best practice, allowing SSH password logins isn't >>> on

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-15 Thread Magnus Kroken
On 15.02.2018 16.52, Philip Prindeville wrote: Well, right! That was my first approach with a “config" option to do exactly that, but it was shot down: https://github.com/openwrt/packages/pull/5520 I even defaulted the option to continue to allow passwords so that only people who (a)

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] add support for OCTEON TX target

2018-02-15 Thread Tim Harvey
On Tue, Feb 13, 2018 at 12:51 PM, Hauke Mehrtens wrote: > On 02/13/2018 09:46 PM, Hauke Mehrtens wrote: >> Hi Tim, >> >> sorry that I haven't reviewed this earlyer, but now I saw some problems, >> see my comments inline. >> >> Can you please create a follow up patch based on

[OpenWrt-Devel] [PATCH 4/4] imx6: remove support for 4.9

2018-02-15 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.9 | 497 .../files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts | 19 - .../files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts | 23 - .../arch/arm/boot/dts/imx6qdl-gw5904.dtsi

[OpenWrt-Devel] [PATCH 3/4] imx6: switch to Linux 4.14

2018-02-15 Thread Tim Harvey
Signed-off-by: Tim Harvey --- target/linux/imx6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index ae6a9b0..152a58e 100644 --- a/target/linux/imx6/Makefile +++

[OpenWrt-Devel] [PATCH 2/4] imx6: add support for Linux 4.14

2018-02-15 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - move dwc pci patch to generic (Koen) - remove unnecessary EXT2/EXT3 (Michael) - remove config default config for 14.4 Signed-off-by: Tim Harvey --- target/linux/imx6/config-4.14 | 520

[OpenWrt-Devel] [PATCH v3 1/4] kernel: backport dwc pci enumeration fix

2018-02-15 Thread Tim Harvey
Backport of: http://patchwork.ozlabs.org/patch/860701/ Signed-off-by: Tim Harvey --- .../generic/pending-4.14/812-pci-dwc-fix-enumeration.patch| 11 +++ 1 file changed, 11 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH v3 0/4]: imx6: update to Linux 4.14

2018-02-15 Thread Tim Harvey
Testted on a Gateworks GW54xx. Does not support enabling imx-drm modules yet as those will need some adjustments based on kernel configs. v3: - included missing patch for pcie enumeration fix v2: - move dwc pci patch to generic (Koen) - added E1000E driver (used on GW552x) - remove

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v2 1/3] imx6: add support for Linux 4.14

2018-02-15 Thread Tim Harvey
On Thu, Feb 15, 2018 at 12:43 AM, Koen Vandeputte wrote: > > > On 2018-02-15 02:31, Tim Harvey wrote: >> >> Signed-off-by: Tim Harvey >> --- >> v2: >> - move dwc pci patch to generic (Koen) >> - added E1000E driver (used on GW552x) >> -

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-15 Thread Philip Prindeville
> On Feb 14, 2018, at 3:00 PM, Magnus Kroken wrote: > > On 14.02.2018 22.13, Michelle Sullivan wrote: >> FWIW, I had misunderstood the intent of the original comments... OpenSSH >> server vs Dropbear - if someone is using OpenSSH server they already >> went in with advanced