API Reference ssh v5.2.5

Modules

ssh

Main API of the ssh application

Callback module for using an SSH agent instead of the default ssh_file callback.

SSH services (clients and servers) are implemented as channels that are multiplexed over an SSH connection and communicates over the SSH Connection Protocol. This module provides a callback API that takes care of generic channel aspects for clients, such as flow control and close messages. It lets the callback functions take care of the service (application) specific parts. This behavior also ensures that the channel process honors the principal of an OTP-process so that it can be part of a supervisor tree. This is a requirement of channel processes implementing a subsystem that will be added to the ssh applications supervisor tree.

-behaviour(ssh_client_key_api).

This module provides API functions to send SSH Connection Protocol events to the other side of an SSH channel.

Default callback module for the client's and server's database operations in the ssh application

-behaviour(ssh_server_channel). (Replaces ssh_daemon_channel)

-behaviour(ssh_server_key_api).

SFTP client.

Specifies the channel process to handle an SFTP subsystem.