sshkit v0.2.0 API Reference
Modules
A toolkit for performing tasks on one or more servers.
A context encapsulates the environment for the execution of a task. That is
Provides the data structure holding the information about how to connect to a host.
Provides convenience functions for transferring files or directory trees to or from a remote host via SCP.
Provides convenience functions for working with SSH connections and executing commands on remote hosts.
Defines a SSHKit.SSH.Channel
struct representing a connection channel.
Defines a SSHKit.SSH.Connection
struct representing a host connection.