openwrt/package/network/services/dropbear
Sergey Ponomarev 1d4b88265b
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>
2024-05-06 13:41:43 +02:00
..
files dropbear: better handle interfaces 2024-02-09 09:13:05 +00:00
patches dropbear: add option to enable modern crypto only 2024-02-09 09:13:05 +00:00
Config.in dropbear: minor config reorder 2024-02-09 09:13:05 +00:00
Makefile dropbear: use ssh-keygen as an alias for dropbearkey 2024-05-06 13:41:43 +02:00