C++ Programming on Linux - Libssh SSH Data Proxy Server
In this short video, it will focus on SSH proxy server. As we know, proxy server has been widely used in network architecture. in our channel, We've previously explored 2 videos related to proxy servers. We've built a TCP Proxy server using libevent - Bufferevents and an HTTP Proxy server using libevent - Evhttp. In this short video, We are going to create a simple SSH proxy server in C++ using the libssh library. A proxy server is a vital intermediary, acting as a gateway between a client's device and a remote server. It forwards client requests to the destination server using its own IP address, providing a critical layer of anonymity, security, and network traffic control. Below is the link of previous video related proxy server. YH-146, Libevent Bufferevent TCP Proxy Server - https://youtu.be/n1M10fNdbs4 YH-147, Libevent Evhttp HTTP Proxy Server Example - https://youtu.be/8C2lex3CJ5c The example code of this video has been uploaded onto GitHub for your reference: https://github.com/yuanhui360/CPP-Programming-on-Linux/tree/main/YH-161
Download
0 formatsNo download links available.