Skip to content

SshClientNotify

[Source]

interface ref SshClientNotify

Public Behaviours

ssh_verify_host_key

[Source]

be ssh_verify_host_key(
  session: SshSession tag,
  host: String val,
  key: SshHostKey val)

Parameters


ssh_ready

[Source]

be ssh_ready(
  session: SshSession tag)

Parameters


ssh_auth_failed

[Source]

be ssh_auth_failed(
  session: SshSession tag,
  err: SshAuthError val)

Parameters


ssh_channel_opened

[Source]

be ssh_channel_opened(
  session: SshSession tag,
  channel_id: U32 val)

Parameters


ssh_channel_data

[Source]

be ssh_channel_data(
  session: SshSession tag,
  channel_id: U32 val,
  data: Array[U8 val] val)

Parameters


ssh_channel_error

[Source]

be ssh_channel_error(
  session: SshSession tag,
  channel_id: U32 val,
  err: SshChannelError val)

Parameters


ssh_channel_closed

[Source]

be ssh_channel_closed(
  session: SshSession tag,
  channel_id: U32 val)

Parameters


ssh_error

[Source]

be ssh_error(
  session: SshSession tag,
  err: SshTransportError val)

Parameters


ssh_disconnected

[Source]

be ssh_disconnected(
  session: SshSession tag)

Parameters