📜  ssh 打开隧道命令行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:49.229000             🧑  作者: Mango

代码示例1
# from localhost:13306 to remote 3306 via tunnel
ssh -L 33066:localhost:3306 remotemachine