宇恒一号官网
This commit is contained in:
13
server/scripts/start-ssh-tunnel.bat
Normal file
13
server/scripts/start-ssh-tunnel.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
REM MongoDB SSH 穿透 - 将远程 27017 映射到本地 27017
|
||||
REM 运行此脚本后再启动 server,即可连接远程 MongoDB
|
||||
|
||||
echo 正在建立 SSH 隧道...
|
||||
echo 远程: www.yuxindazhineng.com:27017 -^> 本地: localhost:27017
|
||||
echo.
|
||||
echo 保持此窗口打开,隧道有效。关闭窗口即断开。
|
||||
echo.
|
||||
|
||||
ssh -p 2223 -L 27017:localhost:27017 yxd@www.yuxindazhineng.com
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user