Skip to content

v0.4.0

Compare
Choose a tag to compare
@jjcarstens jjcarstens released this 16 Sep 14:53
· 182 commits to main since this release

This refactors SSH support to its own library so that projects not using nerves_pack don't have to copy/paste the SSH code. nerves_ssh also has several improvements to SSH support that will be easier to maintain in a standalone project.

This also brings in the switch from nerves_firmware_ssh to ssh_subsystem_fwup which moves firmware updates from port 8989 to an SSH subsystem on port 22. This is a breaking change for scripts that load firmware to Nerves devices via SSH. See the Upgrade from NervesFirmwareSSH doc for more details on how to handle this change.