ssh_echo v0.2.0 SSHEcho.CLI View Source

An implementation of :ssh_channel behaviour that expects an ‘exec’ed command (not an interactive session) and echos the command back.

Link to this section Summary

Functions

Callback implementation for c::ssh_channel.code_change/3

Callback implementation for c::ssh_channel.handle_call/3

Callback implementation for c::ssh_channel.handle_cast/2

Callback implementation for c::ssh_channel.handle_msg/2

Callback implementation for c::ssh_channel.handle_ssh_msg/2

Callback implementation for c::ssh_channel.init/1

Callback implementation for c::ssh_channel.terminate/2

Link to this section Functions

Link to this function code_change(_, state, _) View Source

Callback implementation for c::ssh_channel.code_change/3.

Link to this function handle_call(_, _, state) View Source

Callback implementation for c::ssh_channel.handle_call/3.

Callback implementation for c::ssh_channel.handle_cast/2.

Callback implementation for c::ssh_channel.handle_msg/2.

Link to this function handle_ssh_msg(arg1, state) View Source

Callback implementation for c::ssh_channel.handle_ssh_msg/2.

Callback implementation for c::ssh_channel.init/1.

Callback implementation for c::ssh_channel.terminate/2.