【发布时间】:2012-06-21 15:05:08
【问题描述】:
我有 3 个工作站
- ortro(我的客户)
- idrauser@idra(中间)
- cerberouser@cerbero(目的地)
在伊德拉上:
ssh -L 9999:idra:22 cerberouser@cerbero
在 otro 上:
ssh idrauser@idra -p 9999
ssh: connect to host idra port 9999: Connection refused
我无法在 ortro 中修改 sshd_config。我需要在 idra 和 cerbero 之间建立一个隧道,然后从 ortro 使用它
非常感谢 里卡多
【问题讨论】: