0
无法使用ssh启动端口转发
我使用以下内容在192.168.1.8上启动sshd: sudo /usr/sbin/sshd -ddd 然后我尝试打开到192.168.1.5:1234的SSH隧道,但我无法这样做。这是sshd -ddd说: debug1: server_input_channel_open: confirm direct-tcpip debug3: channel 1: waiting for connection debug1: channel 1: connected to 192.168.1.5 port 1234 debug2: channel 1: read<=0 rd 10 len 0 debug2: channel 1: read failed debug2: channel 1: close_read debug2: channel 1: input open -> drain debug2: channel …