通过 putty ssh 反向隧道访问本地网络服务器

通过 putty ssh 反向隧道访问本地网络服务器

因此,我的机器上运行着一个本地 Web 服务器 (http://localhost:8090)。我想使用 Putty 反向 ssh 隧道从远程服务器 (假设为 10.10.1.1) 访问它。我是这样设置的。

腻子隧道设置

尝试使用 curl 进行测试但无法连接。

curl -u admin:admin -X GET "http://localhost:8090/rest/api/content?" --connect-timeout 60
curl: (56) Recv failure: Connection reset by peer

相关内容