mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-09 08:21:32 -05:00
Add ed25519
This commit is contained in:
parent
9701174f69
commit
139ee61c6f
@ -282,6 +282,7 @@ echo 'omit_dracutmodules+=" crypt-ssh "' >> /etc/dracut-config-location-idk
|
||||
mkdir -p /etc/dropbear
|
||||
ssh-keygen -t rsa -m PEM -f /etc/dropbear/ssh_host_rsa_key
|
||||
ssh-keygen -t ecdsa -m PEM -f /etc/dropbear/ssh_host_ecdsa_key
|
||||
ssh-keygen -t ed25519 -m PEM -f /etc/dropbear/ssh_host_ed25519_key
|
||||
mkdir -p /etc/cmdline.d
|
||||
echo "ip=dhcp rd.neednet=1" > /etc/cmdline.d/dracut-network.conf
|
||||
|
||||
@ -292,6 +293,7 @@ install_optional_items+=" /etc/cmdline.d/dracut-network.conf "
|
||||
# Copy system keys for consistent access
|
||||
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/zbmuser/.ssh/authorized_keys
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user