适用于 Windows 的 tsocks 替代品
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/8325789/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
tsocks alternative for windows
提问by Daniel S
i use in linux the following command to create a tunnel
我在 linux 中使用以下命令来创建隧道
tsocks ssh -n -f -N -L 1081:142.51.6.42:22 [email protected]
after which i use
之后我使用
ssh root@localhost -p 1081
is it possible to replicate the same in windows using putty ?
是否可以使用腻子在 Windows 中复制相同的内容?
采纳答案by Hasturkun
PuTTY has ssh tunneling support (including SOCKS4/5 support). though in your case you could simply run a first PuTTY connection to set up a static port forward.
PuTTY 具有 ssh 隧道支持(包括 SOCKS4/5 支持)。尽管在您的情况下,您可以简单地运行第一个 PuTTY 连接来设置静态端口转发。
If you really need a tsocks (ie. socksify) alternative, you can try WideCap, and set up a Dynamic port forward in PuTTY
如果你真的需要一个 tsocks(即socksify)替代品,你可以尝试WideCap,并在 PuTTY 中设置一个动态端口转发