nerves_pack v0.3.2 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

Functions

Returns a specification to start this module under a supervisor.

Start an ssh daemon if ssh_port is not nil

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Start an ssh daemon if ssh_port is not nil