nerves_pack v0.2.0 NervesPack.SSH View Source

Manages an ssh daemon.

Currently piggy-backs off authorized keys defined for NervesFirmwareSSH and enables SFTP as a subsystem of SSH as well.

It also configures and execution point so you can use ssh command to execute one-off Elixir code within IEx on the device and get the result back:

$ ssh nerves.local "MyModule.hello()"
:world

Link to this section Summary

Link to this section Functions

Start an ssh daemon.