如果可能的话——如何使用 irc 服务器(如 gmail 聊天或 facebook)在防火墙后面的两个主机之间建立 ssh 连接
我一直在寻找实现此功能的解决方案,但 google 总是为我提供有关通过 ssh 隧道建立实时聊天的教程,而不是相反。 我怀疑这可以仅使用隧道来实现(如果可能的话),但我不确定如何实现。
如果有人问这个问题,我很抱歉,但在浏览了相关问题之后,我无法找到一个我可以确定能够满足我的特殊需求的问题(即我无法直接与 gmail.com 创建 ssh 会话)等)如果我错了,请发布指向适用问题的链接。
I have been looking around for a solution that implements this, but google always gives me tutorials on establishing a live chat over an ssh tunnel--not the other way around.
I suspect this can be implemented just using tunnels (if it is possible at all), but I am not sure how.
I am sorry if this has been asked, but after looking through the related questions, but I have not been able to find one that I can be sure will work for my particular needs (i.e. I cannot create an ssh session directly with gmail.com etc.) If I am wrong, please just post a link to the applicable question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以通过 IRC 频道在对等点之间建立连接,那么就有一个解决方案。
您通过 IRC 传输的数据将是安全的,因为 ssh 是安全的。
If you can establish connections between peers via your IRC channel, then there is a solution.
Your data going via IRC will be safe, because ssh is.