Skip to content

Releases: grazzolini/mkinitcpio-tinyssh

0.0.5

16 Nov 20:15
9f2af34
Compare
Choose a tag to compare
  • Fix tinyssh-convert usage

0.0.4

01 Mar 19:59
bd73e32
Compare
Choose a tag to compare
  • Switched from using ucspi-tcp's tcpserver to busybox's tcpsvd, now that mkinitcpio-busybox has support for it.

0.0.3

15 Aug 20:28
Compare
Choose a tag to compare
  • 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

11 Aug 20:44
Compare
Choose a tag to compare

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

04 Aug 02:07
Compare
Choose a tag to compare

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.