仅针对特定端口的 SSH GatewayPorts 设置

发布于 2025-01-10 00:47:24 字数 556 浏览 1 评论 0原文

我正在尝试建立一个反向 ssh 隧道,将除特定端口(例如 2222)之外的所有端口的 GatewayPorts 设置为 no

我已在 sshd_config 中尝试了以下设置

Match LocalPort 2222
    GatewayPorts yes

我已使用验证配置,

sshd -T -C lport=2222 | grep -i 'gateway'
> gatewayports yes

sshd -T -C lport=3333 | grep -i 'gateway'
> gatewayports no

而除 2222 以外的端口均通过预期的设置,使用端口 2222 的反向隧道仍然绑定到本地主机而不是 0.0.0.0

我使用的 ssh 版本是

ssh -V
> OpenSSH_8.2p1 Ubuntu-4ubuntu0.3, OpenSSL 1.1.1f  31 Mar 2020

任何有关此问题的帮助将不胜感激

提前致谢

I'm trying to establish a reverse ssh tunnel with GatewayPorts set to no for all ports apart from a particular port (e.g 2222)

I have tried the following setting in sshd_config

Match LocalPort 2222
    GatewayPorts yes

I have verified the config using

sshd -T -C lport=2222 | grep -i 'gateway'
> gatewayports yes

sshd -T -C lport=3333 | grep -i 'gateway'
> gatewayports no

While ports other than 2222 get established with the expected setting, reverse tunnel using port 2222 still binds to localhost instead of 0.0.0.0

The ssh version I am using is

ssh -V
> OpenSSH_8.2p1 Ubuntu-4ubuntu0.3, OpenSSL 1.1.1f  31 Mar 2020

Any help regarding this will be much appreciated

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文