Clj-libssh2 0.1.193

Released under the BSD

A Clojure wrapper around libssh2.

Installation

To install, add the following dependency to your project or build file:

[clj-libssh2 "0.1.193"]

Topics

Namespaces

clj-libssh2.agent

Functions for interacting with an SSH agent. The agent is expected to be
available on the UNIX domain socket referred to by the SSH_AUTH_SOCK
environment variable.

Public variables and functions:

clj-libssh2.authentication

Authenticate a session.

Public variables and functions:

clj-libssh2.channel

Functions for manipulating channels within an SSH session.

clj-libssh2.error

Utility functions for making error handling easier when calling native
functions.

clj-libssh2.known-hosts

Utilities for checking the host key of a remote machine against a list of
known hosts.

Public variables and functions:

clj-libssh2.libssh2

Public variables and functions:

clj-libssh2.libssh2.agent

JNA functions for calling functions in libssh2 with names libssh2_agent_*

clj-libssh2.libssh2.channel

JNA functions for calling functions in libssh2 with names libssh2_channel_*

clj-libssh2.libssh2.keepalive

Manage the sending of keepalive messages.

Public variables and functions:

clj-libssh2.libssh2.knownhost

Functions for checking a remote host's fingerprint against a known hosts
file.

Public variables and functions:

clj-libssh2.libssh2.publickey

Functions for using the publickey subsystem. (RFC 4819)

Public variables and functions:

clj-libssh2.libssh2.scp

Transfer files using SCP

Public variables and functions:

clj-libssh2.libssh2.session

Create and manipulate libssh2 sessions.

clj-libssh2.libssh2.sftp

Functions for using the SFTP subsystem

clj-libssh2.libssh2.userauth

Functions for authenticating a user.

clj-libssh2.logging

Functions for weaving some detailed debug logging into every function in
clj-libssh2.

Public variables and functions:

clj-libssh2.session

Functions for creating and managing sessions.

Public variables and functions:

clj-libssh2.socket

clj-libssh2.ssh

Public variables and functions: