1.1 KiB
1.1 KiB
+++ date = '2025-08-10T11:55:59Z' title = 'Port Forwarding' +++
-L本地转发(本地访问远程)-R远程转发(远程访问本地,如clash)
ssh -R <remote_listen_port>:<local_host>:<local_port> <user>@<ssh_server>
ssh -L [<local_listen_host>]:<local_listen_port>:<remote_host>:<remote_port> <user>@<ssh_server>