1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-19 22:24:42 -04:00
Synapse-Ubuntu-ZFS/etc/zfsbootmenu/dracut.conf.d/dropbear.conf
Tommy ce40d8fc9b
Add dropbear config
Signed-off-by: Tommy <contact@tommytran.io>
2023-12-13 15:01:05 -07:00

11 lines
466 B
Plaintext

# Enable dropbear ssh server and pull in network configuration args
add_dracutmodules+=" crypt-ssh "
install_optional_items+=" /etc/cmdline.d/dracut-network.conf "
# Use dedicated host key
dropbear_rsa_key=/etc/dropbear/ssh_host_rsa_key
dropbear_ecdsa_key=/etc/dropbear/ssh_host_ecdsa_key
dropbear_ed25519_key=/etc/dropbear/ssh_host_ed25519_key
# User zbmuser is the authorized unlocker here
dropbear_acl=/home/authorized_keys
# Change dropbear port
dropbear_port=22