docker-ssh icon indicating copy to clipboard operation
docker-ssh copied to clipboard

tcp forwarding is not allowed

Open andrejska opened this issue 6 years ago • 0 comments

I have created ssh tunnel: ssh -v -L 1234:localhost:1234 -R 26162:localhost:26162 -p 2222 localhost -o "UserKnownHostsFile /dev/null" When trying to use this tunnel

debug1: Connection to port 1234 forwarding to localhost port 1234 requested.
debug1: channel 3: new [direct-tcpip]
channel 3: open failed: administratively prohibited:
debug1: channel 3: free: direct-tcpip: listening port 1234 for localhost port 1234, connect from 127.0.0.1 port 51457 to 127.0.0.1 port 1234, nchannels 4

for me this looks like tcp forwarding in not allowed

andrejska avatar Jun 20 '18 10:06 andrejska