nerves_ssh v0.1.0 NervesSSH.Daemon View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Read the configuration options
Return information on the running ssh daemon.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
configuration() :: NervesSSH.Options.t()
Read the configuration options
Specs
info() :: {:ok, keyword()} | {:error, :bad_daemon_ref}
Return information on the running ssh daemon.
See ssh.daemon_info/1.