Skip to content

Instantly share code, notes, and snippets.

@navono
Created February 26, 2024 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navono/c024072fe839f7921ea866ce347dc260 to your computer and use it in GitHub Desktop.
Save navono/c024072fe839f7921ea866ce347dc260 to your computer and use it in GitHub Desktop.
将远程机器的端口转发到本机端口
# 将远程 10.30 的 8888 端口转发到本机的 8080 端口
ssh -L localhost:8080:localhost:8888 user@10.30.x.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment