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