how to solve the "open failed: administratively prohibited: open failed" when using a SSH tunnel proxy
Solution 1:
I believe you have disabled TCP forwarding on the server. In your server /etc/ssh/sshd_config
make sure that the following line is either not present or commented, otherwise comment it.
AllowTcpForwarding no
Solution 2:
There is a broader discussion of this error with SSH tunnels on Unix StackExchange. In a nutshell, this is a non-specific error; there are numerous possibilities that should be explored.