|
|
@@ -188,7 +188,7 @@ class SecureTunnel:
|
|
|
'-o', 'ServerAliveInterval=30',
|
|
|
'-o', 'ServerAliveCountMax=3',
|
|
|
'-L', f"{config['local_forward_port']}:localhost:{config['remote_service_port']}",
|
|
|
- '-R', f"7280:localhost:{config['secure_proxy_port']}", # 转发到安全代理
|
|
|
+ '-R', f"7281:localhost:{config['secure_proxy_port']}", # 转发到安全代理
|
|
|
'-N',
|
|
|
f"{config['remote_user']}@{config['remote_host']}"
|
|
|
]
|