ssh_library/core/ssh_transport library
Classes
Typedefs
-
SSHHostkeyVerifyHandler
= FutureOr<
bool> Function(String type, Uint8List fingerprint) -
Function called when host key is received.
type
is the type of the host key, For example 'ssh-rsa',fingerprint
md5 fingerprint of the host key. - SSHPacketHandler = void Function(Uint8List payload)
- SSHPrintHandler = void Function(String?)
- SSHTransportReadyHandler = void Function()