This commit is contained in:
Pin
2023-01-10 23:33:33 -05:00
parent 29e86305bd
commit 18bb8fbd60

View File

@@ -89,7 +89,6 @@ d-i preseed/late_command string \
in-target mkdir -p /home/redteam/.ssh ; \
echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIanH253TBKhhuqoIXEEjAb1h8teaff+gzWQrG0hHecn' >/target/home/redteam/.ssh/authorized_keys ; \
in-target chown -R redteam:reteam /home/redteam.ssh ; \
in-target sh -c 'systemctl enable ssh' ; \
in-target sh -c 'apt update' ;
in-target sh -c 'systemctl enable ssh' ;
d-i finish-install/reboot_in_progress note