我正在尝试使用以下命令设置 SSH 隧道(在 Raspberry Pi 上):(ssh user@terbank.cs.kuleuven.be -L 5672:tabor.cs.kotnet.leuven.be:5672 -N
我应该注意我可以,或者至少可以将第一个端口 5672 更改为我想要的任何端口)
这在以前有效,因为我们能够用我的笔记本电脑与 Raspberry Pi 通信,它以相同的方式通过 SSH 连接到该服务器。
Now, after some reboots, we get this error (on the Pi) whenever we try to communicate with the Raspberry Pi:
channel 1: open failed: administratively prohibited: open failed
Run Code Online (Sandbox Code Playgroud)
I already checked /etc/hosts, /etc/network/inferfaces and /etc/ssh/sshd_config to comply with solutions found on the internet.
This is a copy of our traceroute:
pi@raspberrypi ~ $ sudo traceroute -T -p 5672 tabor.cs.kotnet.kuleuven.be
traceroute …
Run Code Online (Sandbox Code Playgroud)