SSH jumphost error: channel 0: open failed: administratively prohibited: open failed

I'm trying to open an ssh connection with following command:

ssh -J user@X.X.X.X user@10.10.1.1

with following error:

channel 0: open failed: administratively prohibited: open failed
stdio forwarding failed
ssh_exchange_identification: Connection closed by remote host

At the Server there is PermitTunnel active. The OS of the server is Ubuntu 17.04.

Do you have an hint for me what there is wrong?

1 Answer

The problem waw the firewall. ICMP was blocked. After acepting the icmp traffic the ssh jumphost is working as it should.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like