我如何才能反向 SHH 隧道远程服务器上的所有端口,以便远程服务器发出的任何请求都通过客户端?
例如
client ssh into server
server requests google.com
request goes from the server to the client over ssh then out to google.com
google.com responds to client which is forward to server over ssh tunnel
我想对所有端口以及互联网和 LAN 连接执行此操作。它不必是永久的,只要 ssh 连接处于打开状态即可。