dropbear: use ssh-keygen as an alias for dropbearkey
authorSergey Ponomarev <stokito@gmail.com>
Sun, 3 Dec 2023 16:11:38 +0000 (18:11 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 6 May 2024 11:41:43 +0000 (13:41 +0200)
commit1d4b88265b1befd36dc9e02881d57b46dfeb74b2
tree59823c4e1cc15f68994f4b3f49544b30d6075353
parent226b15f8859afa7bfdfb6aca2d48f2b4e83e74e2
dropbear: use ssh-keygen  as an alias for dropbearkey

The DropBear's dropbearkey supports limited set of arguments of
OpenSSH ssh-keygen:  -t, -q -N -Y
After the change you can generate a key with the same command.
Still many features of the original OpenSSH ssh-keygen are absent in
the dropbearkey.
If it's needed then users should install openssh-keygen package that
will replace the /usr/bin/ssh-keygen with the full version.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/14174
[ wrap commit description to 80 columns ]
Link: https://github.com/openwrt/openwrt/pull/14174
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/network/services/dropbear/Makefile