archrelease: copy trunk to community-any
[ArchLinux/community.git] / mkinitcpio-tinyssh / repos / community-any / ChangeLog
blob3c28fbf5937513ac088bc6d4a4b9438fe28db66b
1 2019-03-01 Giancarlo Razzolini <grazzolini@gmail.com>
2         * 0.0.4:
3         - Switched from tcpserver to using internal busybox tcpsvd
5 2016-08-15 Giancarlo Razzolini <grazzolini@gmail.com>
6         * 0.0.3:
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>
14         * 0.0.2 :
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>
22         * 0.0.1 :
23         - Initial release.
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.