Releases: grazzolini/mkinitcpio-tinyssh
Releases · grazzolini/mkinitcpio-tinyssh
0.0.5
0.0.4
- Switched from using ucspi-tcp's tcpserver to busybox's tcpsvd, now that mkinitcpio-busybox has support for it.
0.0.3
- Created a new function to use the tinyssh-convert tool to convert already existing OpenSSH ED25519 keys to the tinyssh format.
- It will continue to create the tinyssh keys if openssh isn't installed and it has no keys available.
- This will only happen if openssh is installed and has run at least once and if there are no keys already created under /etc/tinyssh/sshkeydir.
- This is only valid for ED25519 keys, since the tinyssh-convert tool can only convert those.
0.0.2
2015-08-11 Giancarlo Razzolini grazzolini@gmail.com
* 0.0.2 :
- Initial systemd support. It will add the tinyssh@22.socket unit, create a dependency on cryptsetup.target and enable the unit.
- Changed the root user home dir to /root.
- TMPDIR juggling cleanup.
- Hook help text correction
0.0.1
2015-08-03 Giancarlo Razzolini grazzolini@gmail.com
* 0.0.1 :
- Initial release.
- Uses the ucspi-tcp tcpserver tool to start the tinysshd daemon on boot.
- Right now only accepts connections on the default ssh port (22).
- There is no customization of the tinysshd parameters yet.