diff --git a/debian-build-netboot.sh b/debian-build-netboot.sh index f4645e5..8392e97 100755 --- a/debian-build-netboot.sh +++ b/debian-build-netboot.sh @@ -44,8 +44,8 @@ cp "$chroot_dir"/boot/vmlinuz-* "$output_dir/kernel-$basename" # Deploy SSH keys. mkdir -p "$chroot_dir/root/.ssh" -for user in tfloure; do - curl "https://meta.recycled.cloud/~$user.keys" >> "$chroot_dir/root/.ssh/authorized_keys" +for user in tfloure jdesroches; do + curl "https://meta.recycled.cloud/keys/$user" >> "$chroot_dir/root/.ssh/authorized_keys" done # Make sure there is /init in the initramfs to avoid kernel panic.