Поэтому я написал приложение java, которое подключается к серверу обратным способом (-R) и создает сервер ssh, на котором он выполняется, чтобы сервер мог выполнять команды на клиенте, который выполнил мое приложение. Эта часть работает отлично. Проблема в том, что я хочу создать прокси-сервер SOCKS на сервере и туннелировать трафик через клиента. Я использую следующую команду:
ssh -vvv -f -D 0.0.0.0:8080 localhost -p 11707 -N
Я получаю эту ошибку:
debug1: Connection to port 8080 forwarding to socks port 0 requested.
debug2: fd 5 setting TCP_NODELAY
debug2: fd 5 setting O_NONBLOCK
debug3: fd 5 is O_NONBLOCK
debug1: channel 1: new [dynamic-tcpip]
debug2: channel 1: pre_dynamic: have 0
debug2: channel 1: pre_dynamic: have 4
debug2: channel 1: decode socks5
debug2: channel 1: socks5 auth done
debug2: channel 1: pre_dynamic: need more
debug2: channel 1: pre_dynamic: have 0
debug2: channel 1: pre_dynamic: have 25
debug2: channel 1: decode socks5
debug2: channel 1: socks5 post auth
debug2: channel 1: dynamic request: socks5 host www.cualesmiip.com port 80 command 1
channel 1: open failed: administratively prohibited: Connection denied
debug2: channel 1: zombie
debug2: channel 1: garbage collecting
debug1: channel 1: free: direct-tcpip: listening port 8080 for www.cualesmiip.com port 80, connect from 4.174.29.15 port 50879, nchannels 2
debug3: channel 1: status: The following connections are open:
у меня есть AllowTcpForwarding
установлен в yes
на ssh-сервере, получающем соединения.
Где может быть ошибка ?? Спасибо
Установите для параметра GatewayPorts значение yes в файле sshd_config.
GatewayPorts да