1 2019-03-01 Giancarlo Razzolini <grazzolini@gmail.com>
3 - Switched from tcpserver to using internal busybox tcpsvd
5 2016-08-15 Giancarlo Razzolini <grazzolini@gmail.com>
7 - Created a new function to use the tinyssh-convert tool to convert already existing OpenSSH ED25519 keys to the tinyssh format.
8 - It will continue to create the tinyssh keys if openssh isn't installed and it has no keys available.
9 - 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.
10 - This is only valid for ED25519 keys, since the tinyssh-convert tool can only convert those.
12 2015-08-11 Giancarlo Razzolini <grazzolini@gmail.com>
15 - Initial systemd support. It will add the tinyssh@22.socket unit, create a dependency on cryptsetup.target and enable the unit.
16 - Changed the root user home dir to /root.
17 - TMPDIR juggling cleanup.
18 - Hook help text correction.
20 2015-08-03 Giancarlo Razzolini <grazzolini@gmail.com>
24 - Uses the ucspi-tcp tcpserver tool to start the tinysshd daemon on boot.
25 - Right now only accepts connections on the default ssh port (22).
26 - There is no customization of the tinysshd parameters yet.