Add dropbear support #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looks like the only chance to harden dropbear:
ed22519
key withdropbearkey -t ed25519 -f /etc/dropbear/dropbear_ed25519_host_key
(file size ~83 bytes)-r /etc/dropbear/dropbear_ed25519_host_key
to command line-R
(to be sure)There's no way to configure Kex/Key/Ciphers/MAC but connection is terminated if there's no specific host key.
For additional RSA:
dropbearkey -t rsa -s 4096 -f /etc/dropbear/dropbear_rsa_host_key
- file size ~1573 bytes (3072 bit is ~1189 bytes)-r /etc/dropbear/dropbear_rsa_host_key
to command lineAlpine Linux:
/etc/conf.d/dropbear
:DROPBEAR_OPTS="-r /etc/dropbear/dropbear_ed25519_host_key"