Skip to content

se-apc/sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sshd

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.

Example

See the example project for examples of the different hooks available

Installation

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"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sshd.

About

This Elixir Wrapper for Erlang SSH Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages