esshd v0.1.0 Sshd.ShellHandler.Example View Source
An example implementation of Sshd.ShellHandler
, implementing a very simple
Read-Eval-Loop, that does nothing.
Link to this section Summary
Functions
User function callback to perform any tasks prior to launching a shell session
User function callback to perform any tasks after a shell session. Will always be called, regardless of disconnect reason
User function callback to handle incoming shell requests
Link to this section Types
Link to this section Functions
User function callback to perform any tasks prior to launching a shell session.
Callback implementation for Sshd.ShellHandler.on_connect/4
.
User function callback to perform any tasks after a shell session. Will always be called, regardless of disconnect reason.
Callback implementation for Sshd.ShellHandler.on_disconnect/3
.
User function callback to handle incoming shell requests.
Callback implementation for Sshd.ShellHandler.on_shell/4
.