我尝试使用如下命令创建多跳SSH隧道:
ssh -L 2222:username@host2:22 host1 -N
但是,当我尝试使用这样的SSH隧道时
ssh -p 2222 localhost
我在运行第二个命令时遇到此错误
ssh_exchange_identification: Connection closed by remote host
这个错误,我运行第一个命令
channel 2: open failed: administratively prohibited: open failed
我究竟做错了什么?
username@localhost
想法。