Sshd is a thin wrapper around the Erlang :ssh module. It allows the endpoints to be configured via config/config.exs and managed at runtime.
See the example project for examples of the different hooks available
If available in Hex, the package can be installed
by adding sshd to your list of dependencies in mix.exs:
def deps do
[
{:sshd, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sshd.