SSH 隧道 与 科学上网 发表于 2023-12-01 Disqus: 有时候遇到 SSH 到远端服务器,需要下载 Github 的一些东西,但是远端无法科学上网此时使用 SSH 隧道转发本地的科学上网代理,就很好用了!12# 在本地ssh -N -R 1080:localhost:7890 remotehost1234# 在远端[root@byrpt ~]# curl www.google.com.hk -x 127.0.0.1:1080<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="en-SG"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop=# 科学!