📜  ssh Tunel - Shell-Bash 代码示例

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

代码示例1
// tunel on port 3309 to remote port 3306 to execute command  
ssh -N -L 3309:127.0.0.1:3306 dev3@213.170.75.121 -p 2233