ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
ssh_client.cpp File Reference

Outbound SSH client + reverse tunnel state machine (see ssh_client.h). More...

Go to the source code of this file.

Detailed Description

Outbound SSH client + reverse tunnel state machine (see ssh_client.h).

Client-role driver over the shipped transport primitives: it reuses the role-aware binary packet layer (ssh_pkt_* with ssh_pkt_set_client), the curve25519 / ed25519 / chacha-poly crypto, and the RFC 4253 ยง7.2 KDF. Only the client-side handshake, auth, and forward logic lives here.

Definition in file ssh_client.cpp.