Changelog
v0.2.3
- New features
- Initial support for using
scpto copy files. Not allscpfeatures work, but uploading and downloading individual files does. Thanks to Connor Rigby and Binary Noggin for this feature.
- Initial support for using
v0.2.2
- Improvements
- Fix a deprecation warning on OTP 24.0.1 and later
- Add support for LFE shells. LFE must be a dependency of your project for this to work.
v0.2.1
- Improvements
- Raise an error at compile-time if the application environment looks like
it's using the
:nerves_firmware_sshkey instead of the:nerves_sshone.
- Raise an error at compile-time if the application environment looks like
it's using the
v0.2.0
This update makes using the application environment optional. If you don't have
any settings for :nerves_ssh in your config.exs, :nerves_ssh won't start.
You can then add {NervesSSH, your_options} to the supervision tree of your
choice.
v0.1.0
Initial release