Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ssh -D 9191 ronald@ssh.somehost.com 将在本地创建一个 socks 代理,该代理将通过远程主机隧道传输所有流量。是否可以将其构建到应用程序 C++ 或 C 中,并使该应用程序可以通过隧道引导其所有流量?
简短的问题:是否有任何可嵌入的 socks 代理服务器通过 ssh 通过远程主机传输流量?就像 ssh -D xxxx ...