SshChannel.ExtendedDataReceived:
It provides data received by SSH_MSG_CHANNEL_EXTENDED_DATA packet.
This is typically used by the server for stderr.
Data provided by the Receive() method corresponds to SSH_MSG_CHANNEL_DATA packets. It is typically used by the server for stdout.
SshChannel.SendBreak(breaklength):
Implements Session Channel Break Extension defined by RFC 4335.
The breaklength parameter is:
  Break length, in milliseconds
It corresponds to break-length field in the packet:
    byte      SSH_MSG_CHANNEL_REQUEST
    uint32    recipient channel
    string    "break"
    boolean   want_reply
    uint32    break-length in milliseconds