我有一个Raspberry Pi,并且已经使用AWS实例完成了反向隧道。我在Raspberry Pi上运行以下命令。
person_1:
name: Michael
age: 20
description: A very cool person with some really cool text, to show this issue,
how do I fix this, it's going to break a line in a few words
在我的Linux实例上,我可以使用ssh。
ssh -N -R 1234:localhost:22 username@instance_IP
但是我不能直接通过ssh进入我的PI,而是必须先登录到AWS,然后再进入我的PI。.
如何使用隧道直接登录我的PI?
非常感谢!
答案 0 :(得分:0)
我发现,在直接远程连接的情况下,您需要允许Tcp转发
AllowTcpForwarding yes