ssh_connection

Functions


session_channel(ConnectionManager, Timeout) -> term()

session_channel(ConnectionManager, InitialWindowSize, MaxPacketSize, Timeout) -> term()

exec(ConnectionManager, ChannelId, Command, TimeOut) -> term()

shell(ConnectionManager, ChannelId) -> term()

subsystem(ConnectionManager, ChannelId, SubSystem, TimeOut) -> term()

send(ConnectionManager, ChannelId, Data) -> term()

send(ConnectionManager, ChannelId, Data, TimeOut) -> term()

send(ConnectionManager, ChannelId, Type, Data, TimeOut) -> term()

send_eof(ConnectionManager, Channel) -> term()

adjust_window(ConnectionManager, Channel, Bytes) -> term()

setenv(ConnectionManager, ChannelId, Var, Value, TimeOut) -> term()

close(ConnectionManager, ChannelId) -> term()

reply_request(ConnectionManager, X2, Status, ChannelId) -> term()

window_change(ConnectionManager, Channel, Width, Height) -> term()

window_change(ConnectionManager, Channel, Width, Height, PixWidth, PixHeight) -> term()

signal(ConnectionManager, Channel, Sig) -> term()

open_pty(ConnectionManager, Channel, TimeOut) -> term()

open_pty(ConnectionManager, Channel, Term, Width, Height, PtyOpts, TimeOut) -> term()

open_pty(ConnectionManager, Channel, Term, Width, Height, PixWidth, PixHeight, PtyOpts, TimeOut) -> term()

direct_tcpip(ConnectionManager, RemoteHost, RemotePort, OrigIP, OrigPort, Timeout) -> term()

direct_tcpip(ConnectionManager, RemoteIP, RemotePort, OrigIP, OrigPort, InitialWindowSize, MaxPacketSize, Timeout) -> term()

tcpip_forward(ConnectionManager, BindIP, BindPort) -> term()

cancel_tcpip_forward(ConnectionManager, BindIP, Port) -> term()

channel_data(ChannelId, DataType, Data, Connection, ConnectionPid, From) -> term()

handle_msg(Ssh_msg_channel_open_confirmation, Connection, ConnectionPid, X4) -> term()

channel_eof_msg(ChannelId) -> term()

channel_close_msg(ChannelId) -> term()

channel_success_msg(ChannelId) -> term()

channel_failure_msg(ChannelId) -> term()

channel_adjust_window_msg(ChannelId, Bytes) -> term()

channel_data_msg(ChannelId, Type, Data) -> term()

channel_open_msg(Type, ChannelId, WindowSize, MaxPacketSize, Data) -> term()

channel_open_confirmation_msg(RID, LID, WindowSize, PacketSize) -> term()

channel_open_failure_msg(RID, Reason, Description, Lang) -> term()

channel_request_msg(ChannelId, Type, WantReply, Data) -> term()

global_request_msg(Type, WantReply, Data) -> term()

request_failure_msg() -> term()

request_success_msg(Data) -> term()

bind(IP, Port, ChannelPid, Connection) -> term()

unbind(IP, Port, Connection) -> term()

unbind_channel(ChannelPid, Connection) -> term()

bound_channel(IP, Port, Connection) -> term()

messages() -> term()

encode_ip(Addr) -> term()

View Functions