因为ssh -N -L port:host:port
我可以-o ExitOnForwardFailure=yes
在转发端口失败时提前失败。
PermitOpen
然而,当转发该特定端口被禁止时(例如,服务器上不允许该端口),这似乎不起作用。
在这种情况下我得到:
channel 2: open failed: administratively prohibited: open failed
当这种情况发生时,我怎么会失败呢?
因为ssh -N -L port:host:port
我可以-o ExitOnForwardFailure=yes
在转发端口失败时提前失败。
PermitOpen
然而,当转发该特定端口被禁止时(例如,服务器上不允许该端口),这似乎不起作用。
在这种情况下我得到:
channel 2: open failed: administratively prohibited: open failed
当这种情况发生时,我怎么会失败呢?