Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 ssh socks5 代理在运行一段时间后开始挂起,我认为这可能与代理套接字的存活时间比需要的长得多有关。我已经搜索并搜索了要使用的选项(使用 ssh -O),但没有太多可用的选项。
我正在像这样设置我的代理:
ssh -D9090 talcolm@a.proxyserver.com
有人可以指出我可以传递给 ssh socks5 代理的详细选项的资源吗?我想我基本上想降低代理使用的套接字超时。很高兴看到我还能摆弄什么来尝试调整我的代理。
提前致谢。