Python:是否有支持大量隧道的 ssh python 模块?
我正在编写一个使用 ssh 创建反向隧道的程序。 我当前正在使用 Popen,但收到错误,因为参数太多。 所以我的问题是:
有没有支持很多隧道的Python模块? (最好1000+)
I am writing a program that creates reverse tunnels with ssh.
I am using Popen currently, but I am receiving an error because I have too many arguments.
So my question is:
Is there any python module that supports a lot of tunnels? (Preferably 1000+)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与其说是一个模块,不如说是一个库, Twisted.Conch 可能是一个更好的方法......但是请注意,在 Twisted 的所有模块中,conch 可能是最令人生畏的模块之一(至少恕我直言)。
Not so much a module as a library, Twisted.Conch might be a better approach... but be warned that of all the modules in Twisted, conch can be one of the most intimidating ( atleast IMHO ).