libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::IncomingForward Struct Reference

ssh -R originator/listener primitive: server listens, hands us inbound channels. More...

#include <forwarding.hpp>

Collaboration diagram for sshpp::IncomingForward:
[legend]

Public Attributes

Channel channel
 
std::uint16_t bound_port = 0
 
TcpEndpoint originator
 Attacker-controlled: the server reports this, never use it for authorization.
 

Detailed Description

ssh -R originator/listener primitive: server listens, hands us inbound channels.

Member Data Documentation

◆ channel

Channel sshpp::IncomingForward::channel

◆ bound_port

std::uint16_t sshpp::IncomingForward::bound_port = 0

◆ originator

TcpEndpoint sshpp::IncomingForward::originator

Attacker-controlled: the server reports this, never use it for authorization.


The documentation for this struct was generated from the following file: