I am trying to set up a SSH socks tunnel for my personal use. When I am using this command ssh -D 1080 -N root@[server public IP]
to start the proxy I am getting this error: open failed: administratively prohibited: open failed
. Please help me.
Server SSHD Config:
tcpkeepalive yes
allowtcpforwarding yes
permitopen any
Server Info: CentOS 7