Packages

A toolkit for performing tasks on one or more servers, built on top of Erlang’s SSH application

Current section

Files

Jump to
sshkit README.md
Raw

README.md

# SSHKit
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `sshkit` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:sshkit, "~> 0.0.1"}]
end
```
2. Ensure `sshkit` is started before your application:
```elixir
def application do
[applications: [:sshkit]]
end
```