你想要实现的是通过 SSH 隧道,让公网服务器 abc.com 能够访问你本机上的 1001-1005 端口,在服务器上创建仅能密钥认证、无法执行命令的 tunnel_user 用户,并编写可注册为系统服务的脚本完成隧道配置。
分类 "经验累积" 下的文章
最近 git 仓库经常在改变,于是我就整理了一下现在阶段常用到的命令
使用 pyenv(多版本Python管理)
临时
git clone --config http.proxy=http://127.0.0.1:7897 --config https.proxy=http://127.0.0.1:7897 https://github.com/FoundationAgents/OpenManus.git