Skip to content

Releases: Kale-Ko/initramfs-scripts

Latest (27b4f28)

05 Aug 02:57
27b4f28

Choose a tag to compare

openssh-initramfs

  • Fixed an issue with multiple ports causing the OpenSSH server to crash
  • Fixed trying to use a user that doesn't exist on the host (or one with a different id) causing update-initramfs to fail or a startup error
  • Fixed potentially updating the initramfs twice on install
  • A few other bug fixes

wireless-initramfs

  • Fixed potentially updating the initramfs twice on install
  • A few other bug fixes

ssh-tpm-agent

  • A few bug fixes

435aa3a

09 May 21:51
435aa3a

Choose a tag to compare

wireless-initramfs

  • Allow an empty password to be used to connect to an open WiFi network

265b7c8

08 May 23:00
265b7c8

Choose a tag to compare

wireless-initramfs

  • Created package
    • Contains base wireless script
  • Added error handlers to properly notify the user if something goes wrong
  • A few bug fixes

openssh-initramfs

  • Created package
    • Contains base OpenSSH script
  • Added script to allow a non-root user to unlock the cryptroot
  • OpenSSH and all it's children now get killed after unlock
  • Added error handlers to properly notify the user if something goes wrong
  • An ssh-agent is now started to read host keys
    • If ssh-tpm-agent is installed ssh-tpm-agent will also be started so that tpm keys can be read
    • Keys must be in the OPENSSH_CONFIG_DIRECTORY and match "sshhostkey" for normal keys or "ssh_tpmhostkey*" for tpm keys
  • A few bug fixes

ssh-tpm-agent