v0.3.0
NervesSSH now requires Elixir >= 1.10 and OTP >=23
- New features
- Support for adding authorized public keys at runtime
- Authorized public keys are also saved/read from
authorized_keysfile - Support for adding user credentials at runtime
- Server host key is now generated on device if missing rather than
relying on hard-coded host key provided by this lib. This should not
be a breaking change, though you may be prompted to trust the new
host key ifStrictHostKeyChecking yesis set in your~/.ssh/config