ssh_connection
ssh_connection
Module
ssh_connection
Module summary
This module provides API functions to send SSH Connection Protocol events to the other side of an SSH channel.
Description
The SSH Connection Protocol
is used by clients and servers, that is, SSH channels, to communicate over the SSH connection. The API functions in this module send SSH Connection Protocol events, which are received as messages by the remote channel. If the receiving channel is an Erlang process, the messages have the format {ssh_cm, ssh_connection_ref(), ssh_event_msg()}
. If the ssh_channel
登录查看完整内容