Releases: Kale-Ko/initramfs-scripts
Releases · Kale-Ko/initramfs-scripts
Latest (27b4f28)
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
265b7c8
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
- Created package
- Contains system and user ssh-tpm-agent services
- https://github.com/Foxboron/ssh-tpm-agent/releases/tag/v0.8.0