luci/modules/luci-mod-system
Eric McDonald 2b3c852aa3 luci-mod-system: allow ecdsa-sk and ed25519-sk key types
Allow adding ecdsa-sk and ed25519-sk SSH keys in LuCI
These key types can be generated via the -t flag in ssh-keygen and are
supported in recent versions of dropbear. As ssh-keygen ignores the -b
flag when generating ecdsa-sk and ed25519-sk keys, the curve field in
the objects returned by the decode function is set to fixed strings for
both ecdsa-sk and ed25519-sk public key strings. This is in contrast to
ecdsa keys for which various curves can be provided (e.g., NIST P-256,
NIST P-384, and NIST P-521).

Signed-off-by: Eric McDonald <ericmcdonald@protonmail.com>
2022-09-21 17:25:37 -04:00
..
htdocs/luci-static/resources/view/system luci-mod-system: allow ecdsa-sk and ed25519-sk key types 2022-09-21 17:25:37 -04:00
luasrc/model/cbi/admin_system treewide: adapt to new luci.xml class 2020-07-19 20:14:47 +02:00
root/usr/share luci-mod-system: fix time display logic 2021-10-19 23:09:46 +02:00
Makefile luci-mod-system: drop kmod-ledtrig-* dependency 2021-01-08 20:58:33 +09:00