ssh -L [本地地址:]本地端口:远程地址:远程端口 用户名@SSH服务器地址Copy 参数 # -f: 后台运行 ssh -f ...Copy # -N: 不打开远程终端,适合只用来进行隧道用途 ssh -N ...Copy