|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
Outbound SSH client + reverse tunnel state machine (see ssh_client.h). More...
#include "network_drivers/presentation/ssh/connection/ssh_client.h"#include "server/mmgr/secure.h"#include "shared_primitives/strbuf.h"Go to the source code of this file.
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.